8 lines
83 B
Kotlin
8 lines
83 B
Kotlin
// "Create annotation 'foo'" "true"
|
|
|
|
[foo()] fun test() {
|
|
|
|
}
|
|
|
|
annotation class foo
|