3 lines
99 B
Kotlin
Vendored
3 lines
99 B
Kotlin
Vendored
annotation class foo(val n: Int)
|
|
|
|
class Test(@foo(1) @foo(2) @foo(3) private val s: String, n: Int) |