source: src/Tests/SynTree/Expected-SymTab/ScopeErrors.tst @ 843054c2

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 843054c2 was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

licencing: seventh groups of files

  • Property mode set to 100644
File size: 1.0 KB
Line 
1Adding object thisIsAnError
2Adding object thisIsAnError
3Adding object thisIsNotAnError
4Adding object thisIsNotAnError
5Adding function thisIsAlsoNotAnError
6--- Entering scope
7--- Entering scope
8Adding object thisIsNotAnError
9--- Leaving scope containing
10thisIsNotAnError (__thisIsNotAnError__i) (2)
11--- Leaving scope containing
12Adding function thisIsAlsoNotAnError
13--- Entering scope
14Adding object x
15--- Entering scope
16--- Leaving scope containing
17--- Leaving scope containing
18x (__x__d) (1)
19Adding function thisIsStillNotAnError
20--- Entering scope
21--- Leaving scope containing
22Adding function thisIsStillNotAnError
23--- Entering scope
24--- Leaving scope containing
25Adding function butThisIsAnError
26--- Entering scope
27--- Entering scope
28--- Leaving scope containing
29--- Leaving scope containing
30Adding function butThisIsAnError
31Error: duplicate definition for thisIsAnError: a signed int
32Error: duplicate function definition for butThisIsAnError: a function
33  with parameters
34    double
35  returning
36    double
37  with body
38
Note: See TracBrowser for help on using the repository browser.