10 lines
64 B
Plaintext
10 lines
64 B
Plaintext
package test
|
|
|
|
fun foo() {
|
|
bar(4)
|
|
baz()
|
|
}
|
|
|
|
fun baz() {
|
|
}
|