data class A(val t: T) fun box(): String { val h = A(null).hashCode() if (h != 0) return "Fail $h" return "OK" }