blob: a1ee00a0bddb060cd83f6f19183c0627586c4049 [file]
// COMPILATION_ERRORS
fun foo() {
@loop1 for (i in 1..100) { }
x2.filter @f {
return 2
}
return (@f 3)
val x = 1
}