Files
kotlin-fork/idea/testData/intentions/replaceSingleLineLetIntention/binarySafeCall.kt
T

5 lines
95 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
val x = 1
val y = x.<caret>let { it + it?.hashCode() }