Files
kotlin-fork/idea/testData/inspectionsLocal/complexRedundantLet/binarySafeCall.kt
T
2019-06-25 14:37:04 +07:00

5 lines
88 B
Kotlin
Vendored

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