507eefcaa5
See changes in expressions.grm
11 lines
123 B
Kotlin
Vendored
11 lines
123 B
Kotlin
Vendored
fun foo() {
|
|
@loop1 for (i in 1..100) { }
|
|
|
|
x2.filter @f {
|
|
return 2
|
|
}
|
|
|
|
return (@f 3)
|
|
|
|
val x = 1
|
|
} |