220141ab2b
(cherry picked from commit b620099)
3 lines
81 B
Kotlin
Vendored
3 lines
81 B
Kotlin
Vendored
fun Int?.foo() = this?.hashCode() ?: 0
|
|
|
|
val x = { arg: Int? -> arg.foo() <caret>} |