02180e8685
^KT-57777 Fixed ^KT-57818 Fixed
7 lines
113 B
Kotlin
Vendored
7 lines
113 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
annotation class TestAnn(val x: String)
|
|
|
|
@TestAnn("testVal.property")
|
|
val testVal: String = ""
|