Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/propertySetterParameterWithAnnotations.kt
T

6 lines
100 B
Kotlin
Vendored

annotation class AnnParam
@setparam:AnnParam
var p: Int = 0
class C(@setparam:AnnParam var p: Int)