e955dcfc14
#KT-30975 Fixed
8 lines
80 B
Plaintext
Vendored
8 lines
80 B
Plaintext
Vendored
fun test() {
|
|
<caret>use("")
|
|
foo()
|
|
}
|
|
|
|
fun use(s: String) {}
|
|
|
|
fun foo() {} |