3 lines
70 B
Plaintext
Vendored
3 lines
70 B
Plaintext
Vendored
fun Int?.foo() = this?.hashCode() ?: 0
|
|
|
|
val x = { i: Int? -> i.foo() } |