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