8 lines
109 B
Kotlin
Vendored
8 lines
109 B
Kotlin
Vendored
@file:foo
|
|
@foo @bar
|
|
@file:[baz]
|
|
fun test() {}
|
|
|
|
annotation class foo
|
|
annotation class bar
|
|
annotation class baz |