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