Files
kotlin-fork/idea/testData/stubs/AnnotationWithValue.kt
T
2017-01-12 14:21:47 +03:00

3 lines
98 B
Kotlin
Vendored

annotation class Test(val value: String, val other: String)
@Test("", other = "") class Annotated