2125c42328
Removes intention version of the same thing Includes some optimization of 'Deprecated' annotation detection
11 lines
136 B
Kotlin
Vendored
11 lines
136 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
// SKIP_ERRORS_AFTER
|
|
|
|
val (x, y) = run <caret>{
|
|
|
|
}
|
|
|
|
fun run(f: () -> Unit) = f()
|