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

3 lines
70 B
Kotlin
Vendored

// WITH_RUNTIME
val a = 42.let<caret> { t -> t }.also { println(it) }