Rename JvmPackageTable -> JvmModuleProtoBuf, PackageTable -> Module
This protobuf message is going to contain more information about the module than just the table of package parts
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
@file:JvmPackageName("j")
|
||||
package bar
|
||||
|
||||
fun file0() {}
|
||||
@@ -0,0 +1,6 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
@file:JvmName("JJ")
|
||||
@file:JvmPackageName("jj")
|
||||
package bar
|
||||
|
||||
fun jj() {}
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun file1() {}
|
||||
@@ -0,0 +1,5 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
@file:JvmPackageName("jjj")
|
||||
package foo
|
||||
|
||||
fun file2() {}
|
||||
@@ -0,0 +1,5 @@
|
||||
@file:JvmMultifileClass
|
||||
@file:JvmName("MultiFoo")
|
||||
package foo
|
||||
|
||||
fun multiFile1() {}
|
||||
@@ -0,0 +1,7 @@
|
||||
bar
|
||||
j/BarAsJKt
|
||||
jj/JJ
|
||||
foo
|
||||
foo/MultiFoo__FooMultiFileKt (foo/MultiFoo)
|
||||
foo/FooKt
|
||||
jjj/FooAsJJJKt
|
||||
Reference in New Issue
Block a user