blob: dc63b33d6337a3826810382a5d2e7b4c609241c9 [file] [log] [blame]
fun Int?.foo() = this?.hashCode() ?: 0
val x = <caret>Int?::foo