blob: 8c56e3c7771c549fe8ee06461ca521df1a5be64a [file] [log] [blame]
fun foo() {
<caret>var a: String? = "aaa"
a = "bbb"
}