Revert "Temporarily remove JvmPackageName and tests, but keep the implementation"
This reverts commit 9ae6feb2c5.
This commit is contained in:
committed by
Ilya Gorbunov
parent
00be512532
commit
7f8634d9ef
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun file1() {}
|
||||
@@ -0,0 +1,5 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
@file:JvmPackageName("j")
|
||||
package foo
|
||||
|
||||
fun file2() {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
foo
|
||||
foo/FooKt
|
||||
@@ -0,0 +1,5 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
@file:JvmPackageName("foo.jvm")
|
||||
package foo
|
||||
|
||||
fun foo1() {}
|
||||
@@ -0,0 +1,5 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
@file:JvmPackageName("foo.jvm")
|
||||
package foo
|
||||
|
||||
fun foo2() {}
|
||||
@@ -0,0 +1,5 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
@file:JvmPackageName("foo.jvm")
|
||||
package foo
|
||||
|
||||
fun foo3() {}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
foo
|
||||
foo/jvm/Foo1Kt
|
||||
foo/jvm/Foo2Kt
|
||||
foo/jvm/Foo3Kt
|
||||
Reference in New Issue
Block a user