c1538aea43
#KT-15548 Fixed
3 lines
98 B
Kotlin
Vendored
3 lines
98 B
Kotlin
Vendored
annotation class Test(val value: String, val other: String)
|
|
|
|
@Test("", other = "") class Annotated |