Home
last modified time | relevance | path

Searched refs:propertyType (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/
DCommonPropertyItemTest.kt61 val propertyType = in Test access type parameter of outer class() constant
67 propertyType.assertReferencesTypeParameter(oTypeParameter) in Test access type parameter of outer class()
126 val propertyType = fooClass.properties().single().type() in Test property delegate to Kotlin object() constant
127 propertyType.assertClassTypeItem { in Test property delegate to Kotlin object()
159 val propertyType = propertyItem.type() in Test property delegate to generic Kotlin object() constant
160 propertyType.assertClassTypeItem { in Test property delegate to generic Kotlin object()
193 val propertyType = propertyItem.type() in Test property delegate to lambda Kotlin object() constant
194 propertyType.assertClassTypeItem { in Test property delegate to lambda Kotlin object()
217 val propertyType = fooClass.properties().single().type() in Test abstract property of non-null string() constant
218 propertyType.assertClassTypeItem { in Test abstract property of non-null string()
[all …]
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
DCommonTypeModifiersTest.kt739 val propertyType = foo.properties().singleOrNull()?.type() in <lambda>() constant
753 if (propertyType != null) { in <lambda>()
754 assertThat(returnType).isEqualTo(propertyType) in <lambda>()
DCommonTypeItemTest.kt675 val propertyType = foo.properties().single { it.name() == "foo" }.type() in Test property type variable types() constant
676 propertyType.assertReferencesTypeParameter(fooParam) in Test property type variable types()