blob: 99b66a867d83e60860fa1cf939859943b9e9fad4 [file] [log] [blame]
fun foo(n: Int) {
val x: String; <caret>;
x = ""
}