4 lines
72 B
Plaintext
Vendored
4 lines
72 B
Plaintext
Vendored
// ERROR: Unresolved reference: bar
|
|
fun <caret>foo(): Unit {
|
|
bar()
|
|
} |