6 lines
90 B
Kotlin
Vendored
6 lines
90 B
Kotlin
Vendored
annotation class Ann(
|
|
val a: Int,
|
|
var b: Int,
|
|
c: String
|
|
)
|