ADT
ast-experimental
Last change
on this file since bb7422a was c0b2a631, checked in by Andrew Beach <ajbeach@…>, 6 years ago |
Added the exceptions test folder.
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | exceptions/finally-error.cfa:7:1 error: 'break' outside a loop, 'switch', or labelled block
|
---|
2 | exceptions/finally-error.cfa:15:1 error: 'break' outside a loop, 'switch', or labelled block
|
---|
3 | exceptions/finally-error.cfa:23:1 error: 'break' outside a loop, 'switch', or labelled block
|
---|
4 | exceptions/finally-error.cfa:31:1 error: 'continue' target must be an enclosing loop:
|
---|
5 | exceptions/finally-error.cfa:48:1 error: 'break' target must be an enclosing control structure: mainLoop
|
---|
6 | exceptions/finally-error.cfa:56:1 error: 'continue' target must be an enclosing loop: mainLoop
|
---|
7 | exceptions/finally-error.cfa:65:1 error: 'break' outside a loop, 'switch', or labelled block
|
---|
8 | exceptions/finally-error.cfa:76:1 error: 'break' outside a loop, 'switch', or labelled block
|
---|
9 | exceptions/finally-error.cfa:87:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
|
---|
10 | exceptions/finally-error.cfa:98:1 error: 'break' target must be an enclosing control structure: mainBlock
|
---|
11 | exceptions/finally-error.cfa:111:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
|
---|
12 | exceptions/finally-error.cfa:124:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'
|
---|
13 | exceptions/finally-error.cfa:133:1 error: 'return' may not appear in a finally clause
|
---|
14 | exceptions/finally-error.cfa:139:1 error: 'return' may not appear in a finally clause
|
---|
15 | exceptions/finally-error.cfa:148:1 error: 'break' outside a loop, 'switch', or labelled block
|
---|
Note:
See
TracBrowser
for help on using the repository browser.