Searched refs:propertyItem (Results 1 – 3 of 3) sorted by relevance
157 val propertyItem = fooClass.properties().single() in Test property delegate to generic Kotlin object() constant158 assertThat(propertyItem.name()).isEqualTo("delegatingList") in Test property delegate to generic Kotlin object()159 val propertyType = propertyItem.type() in Test property delegate to generic Kotlin object()191 val propertyItem = fooClass.properties().single() in Test property delegate to lambda Kotlin object() constant192 assertThat(propertyItem.name()).isEqualTo("delegatingList") in Test property delegate to lambda Kotlin object()193 val propertyType = propertyItem.type() in Test property delegate to lambda Kotlin object()
70 val propertyItem = properties().firstOrNull { it.name() == propertyName } in ClassItem() constant71 assertNotNull(propertyItem, message = "Expected $propertyName to be defined") in ClassItem()72 return propertyItem in ClassItem()
265 propertyItem: PropertyItem, in annotation on properties()268 val annotations = propertyItem.modifiers.annotations().exceptNullness() in annotation on properties()282 propertyItem: PropertyItem, in annotation on properties()286 val annotations = propertyItem.modifiers.annotations().exceptNullness() in annotation on properties()