220141ab2b
(cherry picked from commit b620099)
3 lines
57 B
Plaintext
Vendored
3 lines
57 B
Plaintext
Vendored
fun Int?.foo() = this?.hashCode() ?: 0
|
|
|
|
val x = Int?::foo |