fun foo() { var s: Int s = 1 s.hashCode() s = 2 }