5 lines
44 B
Plaintext
Vendored
5 lines
44 B
Plaintext
Vendored
fun foo(): Unit {
|
|
bar()
|
|
}
|
|
|
|
fun bar() { } |