blob: f04c1043748744ff5cfe96431d5232c9a6c2fe49 [file] [log] [blame]
class C {
var s<selection>: Int</selection><caret> = 1
init {
s.hashCode()
s = 2
}
}