source:
tests/errors/scope.cfa
@
c243092
Last change on this file since c243092 was 686cb63, checked in by , 5 years ago | |
---|---|
|
|
File size: 396 bytes |
Rev | Line | |
---|---|---|
[51b7345] | 1 | int thisIsAnError; |
2 | int thisIsAnError; | |
3 | ||
4 | int thisIsNotAnError; | |
5 | float thisIsNotAnError; | |
6 | ||
[a65d92e] | 7 | int thisIsAlsoNotAnError() { |
[51b7345] | 8 | int thisIsNotAnError; |
9 | } | |
10 | ||
[a65d92e] | 11 | int thisIsAlsoNotAnError( double x ) { |
[51b7345] | 12 | } |
13 | ||
14 | double thisIsStillNotAnError( double ); | |
15 | double thisIsStillNotAnError( double ); | |
16 | ||
[a65d92e] | 17 | double butThisIsAnError( double ) { |
[51b7345] | 18 | } |
19 | ||
[a65d92e] | 20 | double butThisIsAnError( double ) { |
[51b7345] | 21 | } |
22 | ||
[a65d92e] | 23 | // Local Variables: // |
24 | // tab-width: 4 // | |
25 | // End: // |
Note: See TracBrowser
for help on using the repository browser.