Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
DCommonTypeItemTest.kt1446 val numberType = fooClass.assertField("numberType").type() as ReferenceTypeItem in Test convertType with maps() constant
1448 val matchingBindings = mapOf(t to numberType) in Test convertType with maps()
1449 val nonMatchingBindings = mapOf(x to numberType) in Test convertType with maps()