4 lines
78 B
Kotlin
Vendored
4 lines
78 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
System.out.println<caret>("foo").let { it }
|
|
} |