Files
kotlin-fork/idea/testData/intentions/convertReferenceToLambda/nullable.kt
T

3 lines
64 B
Kotlin
Vendored

fun Int?.foo() = this?.hashCode() ?: 0
val x = <caret>Int?::foo