blob: 6ca3b6fbe3e8c74f2d96c3ba85074e309c00538e [file]
class My {
init {
var y: Int?
y = 42
y.hashCode()
}
}