class C { var s: Int = 1 init { s.hashCode() s = 2 } }