Files
kotlin-fork/idea/testData/intentions/deprecatedCallableAddReplaceWith/destructuringWithLambdaInScript.kts
T
2017-10-23 19:19:04 +03:00

11 lines
143 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
// SKIP_ERRORS_BEFORE
// SKIP_ERRORS_AFTER
val (x, y) = run <caret>{
}
fun run(f: () -> Unit) = f()