6 lines
65 B
Kotlin
6 lines
65 B
Kotlin
// ERROR: Unresolved reference: f
|
|
package to
|
|
|
|
fun g() {
|
|
f()
|
|
} |