06dad5f45b
#KT-5435 Fixed
10 lines
143 B
Plaintext
Vendored
10 lines
143 B
Plaintext
Vendored
fun foo() {
|
|
val a: String
|
|
val b = <selection>run</selection> {
|
|
a = "aaa"
|
|
"aaa"
|
|
}
|
|
|
|
a.charAt(1)
|
|
b.charAt(1)
|
|
} |