Files
kotlin-fork/idea/testData/inspectionsLocal/simpleRedundantLet/reference5.kt
T
2020-05-27 02:38:39 +09:00

2 lines
56 B
Kotlin
Vendored

// WITH_RUNTIME
val a = 1?.let<caret> { it }?.let { it }