Top level functions inside module should be invoked using package$src class
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package a
|
||||
|
||||
val prop = 1
|
||||
|
||||
// 2 INVOKESTATIC a/APackage\$src\$1\$[\-]*[0-9]*\.getProp \(\)I
|
||||
// 1 GETSTATIC a/APackage\$src\$1\$[\-]*[0-9]*\.prop \: I
|
||||
@@ -0,0 +1,7 @@
|
||||
package b
|
||||
|
||||
import a.prop
|
||||
|
||||
fun test() {
|
||||
prop
|
||||
}
|
||||
Reference in New Issue
Block a user