6 lines
82 B
Kotlin
Vendored
6 lines
82 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: true
|
|
|
|
fun foo() {
|
|
"".let<caret> { it + 1 }
|
|
} |