Top level functions inside module should be invoked using package$src class
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package b
|
||||
|
||||
import a.test1
|
||||
import a.prop
|
||||
|
||||
fun test2() {
|
||||
test1()
|
||||
prop
|
||||
}
|
||||
|
||||
// 1 a/APackage\.test1 \(\)V
|
||||
// 1 a/APackage\.getProp \(\)I
|
||||
Binary file not shown.
Reference in New Issue
Block a user