Files
2020-09-14 10:57:09 +03:00

5 lines
84 B
Kotlin
Vendored

annotation class Ann(vararg val strings: String)
@Ann(strings = ["hello"])
class A