// PROBLEM: none // WITH_RUNTIME // SKIP_ERRORS_BEFORE // SKIP_ERRORS_AFTER val (x, y) = run { } fun run(f: () -> Unit) = f()