4 lines
94 B
Kotlin
Vendored
4 lines
94 B
Kotlin
Vendored
annotation class TestAnn(val x: String)
|
|
|
|
@TestAnn("testVal.property")
|
|
val testVal: String = "" |