eca2c7beea
for annotation entry, delegator to super call, array access
3 lines
60 B
Kotlin
3 lines
60 B
Kotlin
annotation class MyA(val i: Int)
|
|
|
|
<caret>MyA(1) fun foo() {} |