6 lines
61 B
Plaintext
Vendored
6 lines
61 B
Plaintext
Vendored
package foo
|
|
|
|
fun useF() {
|
|
println(f())
|
|
println(f())
|
|
} |