1515fbe99f
^KT-60728
5 lines
144 B
Kotlin
5 lines
144 B
Kotlin
// LOOK_UP_FOR_ELEMENT_OF_TYPE: org.jetbrains.kotlin.psi.KtAnnotationEntry
|
|
|
|
annotation class Ann
|
|
|
|
class X(<expr>@property:Ann</expr> var x: Int) |