Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/propertiesWithAnnotations.kt
T
2018-04-09 11:24:37 +03:00

4 lines
94 B
Kotlin
Vendored

annotation class TestAnn(val x: String)
@TestAnn("testVal.property")
val testVal: String = ""