Files
kotlin-fork/plugins/noarg/testData/bytecodeListing/severalNoArg.kt
T
2022-06-07 14:12:16 +00:00

5 lines
84 B
Kotlin
Vendored

annotation class NoArg
annotation class NoArg2
@NoArg @NoArg2
class Test(a: String)