6 lines
63 B
Kotlin
6 lines
63 B
Kotlin
annotation class A {
|
|
fun foo() {
|
|
"" // A
|
|
}
|
|
}
|