Files
kotlin-fork/compiler/testData/moduleProtoBuf/simple/AnotherFooMultiFilePart1.kt
T
Alexander Udalov ba5cc65792 Rename JvmPackageTable -> JvmModuleProtoBuf, PackageTable -> Module
This protobuf message is going to contain more information about the
module than just the table of package parts
2018-02-07 17:25:43 +01:00

7 lines
98 B
Kotlin
Vendored

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