blob: 078dd2d49bc51a9c2b75dbc07e843ec8549510b8 [file] [log] [blame]
fun foo() {
val v: Int<caret> // variable v
v = 10
}