source: tests/exceptions/.expect/resume.txt @ 5727c23

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 5727c23 was 7f9968a, checked in by Andrew Beach <ajbeach@…>, 4 years ago

Fixed a problem with 'throwResume;' translation and added some tests to check for similar problems.

  • Property mode set to 100644
File size: 550 bytes
Line 
1simple throw
2simple catch
3Exiting: simple catch clause
4end of try clause
5Exiting: simple try clause
6
7catch-all
8
9throwing child exception
10inner parent match
11
12caught yin as yin
13
14rethrow inner try
15caught throw, will rethrow
16Exiting: rethrowing catch clause
17caught rethrow
18Exiting: rethrow catch clause
19Exiting: rethrow inner try
20
21caught yin, will throw yang
22caught yang
23
24throwing first exception
25caught first exception
26throwing second exception
27caught second exception
28recaught first exception
29
30inner catch
31inner catch
32outer catch
33
34throw
35rethrow
36handle
Note: See TracBrowser for help on using the repository browser.