Break statements.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
var done = false
|
||||
while (!done) {
|
||||
class Foo {
|
||||
method {
|
||||
break // expect error
|
||||
}
|
||||
}
|
||||
done = true
|
||||
}
|
||||
Reference in New Issue
Block a user