e955dcfc14
#KT-30975 Fixed
6 lines
80 B
Plaintext
Vendored
6 lines
80 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
val x = <caret>use("")
|
|
}
|
|
|
|
fun use(s: String) {} |