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