Implement new parsing rules for labels
See changes in expressions.grm
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun foo() {
|
||||
@loop1 for (i in 1..100) { }
|
||||
|
||||
x2.filter @f {
|
||||
return 2
|
||||
}
|
||||
|
||||
return (@f 3)
|
||||
|
||||
val x = 1
|
||||
}
|
||||
Reference in New Issue
Block a user