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