6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
import p.globalFun
|
|
import p.globalVal
|
|
|
|
fun foo() {
|
|
globalFun(globalVal)
|
|
} |