mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Top level functions inside module should be invoked using package$src class
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun test2() {
|
||||
test1()
|
||||
}
|
||||
Reference in New Issue
Block a user