16 lines
125 B
Kotlin
Vendored
16 lines
125 B
Kotlin
Vendored
package bar
|
|
|
|
@file:foo
|
|
val prop
|
|
|
|
@file:[bar baz]
|
|
fun func() {}
|
|
|
|
@file:[baz]
|
|
class C
|
|
|
|
@file:
|
|
interface T
|
|
|
|
@file:[]
|
|
interface T |