Files
kotlin-fork/idea/testData/inspectionsLocal/simpleRedundantLet/reference2.kt
T
2019-10-29 17:25:50 +07:00

3 lines
45 B
Kotlin
Vendored

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