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

5 lines
111 B
Kotlin
Vendored

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