blob: 19504ab573ad23580fda88e9d3bf28b0ef0bc746 [file]
// "Add 'run' before the lambda expression" "true"
// WITH_RUNTIME
fun foo() {
run {}<caret>
}