blob: 1ef940d5cf0fe875f33ff58c488d86acdd9d34a6 [file] [log] [blame]
fun foo() {
var s<selection>: Int</selection><caret> = 1
s.hashCode()
s = 2
}