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