c4d409608c
fix bug with missing moduleName.
24 lines
517 B
Plaintext
Vendored
24 lines
517 B
Plaintext
Vendored
// test/File.class
|
|
// ------------------------------------------
|
|
multi-file class {
|
|
// test/File__MultiFileClassKt
|
|
}
|
|
// test/File__MultiFileClassKt.class
|
|
// ------------------------------------------
|
|
package {
|
|
// facade: test/File
|
|
|
|
// field: x:I
|
|
public final const val x: kotlin/Int /* = ... */
|
|
public final get
|
|
|
|
// module name: test-module
|
|
}
|
|
// META-INF/test-module.kotlin_module
|
|
// ------------------------------------------
|
|
module {
|
|
package test {
|
|
test/File__MultiFileClassKt (test/File)
|
|
}
|
|
}
|