blob: 0b1691db82327d7aa76ef3d81e2f334af831b78f [file] [log] [blame]
oo:
for (s in ['a', 'b']) {
for (s1 in ['a', 'b']) {
}
}
<error descr="The break statement is only allowed inside loops or switches">break</error>;