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