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