summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/inspectionsLocal/simpleRedundantLet/binarySafeCall.kt
blob: fde54d62b62aa52eb6d0907f48c74563887f23db (plain)
1
2
3
4
5
// PROBLEM: none
// WITH_RUNTIME

val x = 1
val y = x.<caret>let { it + it?.hashCode() }