Files
kotlin-fork/compiler/testData/jvmPackageTable/simple/AnotherFooMultiFilePart1.kt
T
2017-01-11 13:15:59 +03:00

7 lines
98 B
Kotlin
Vendored

@file:JvmMultifileClass
@file:JvmName("AnotherMultiFoo")
package foo
fun anotherMultiFile1() {}