Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/test_613261091
/
.
/
docs
/
bugpattern
/
LabelledBreakTarget.md
blob: cc695fac7ecc8224bd3c13d5f342bea0d0d9af83 [
file
] [
view
] [
edit
]
Labels
should only be used on loops
.
For
other statements
,
consider refactoring
to express the control flow without labelled breaks
.