blob: 3bd59b8c894b338c553d26b2bfa6d4a0ad5ac379 [file] [log] [blame]
fun Int?.foo() = this?.hashCode() ?: 0
val x = { i: Int? -> i.foo() }