Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
BreakOutside.groovy
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
>;