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