3 lines
64 B
Kotlin
Vendored
3 lines
64 B
Kotlin
Vendored
fun Int?.foo() = this?.hashCode() ?: 0
|
|
|
|
val x = <caret>Int?::foo |