5 lines
57 B
Plaintext
Vendored
5 lines
57 B
Plaintext
Vendored
fun <caret>foo(): Int {
|
|
return bar()
|
|
}
|
|
|
|
fun bar() = 1 |