Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: pkg/kernel/testcases/interpreter/try_catch_finally_test.dart.expect

Issue 3002003002: Add support for catch statements. (Closed)
Patch Set: Remove formatting changes Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/kernel/testcases/interpreter/try_catch_finally_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 print(String: hello1) 1 print(String: hello1)
2 print(String: hello2) 2 print(String: hello2)
3 print(String: hello3) 3 print(String: hello3)
4 static-invocation-foo 4 static-invocation-fReturns
5 print(String: foo 1) 5 print(String: foo 1)
6 return 6 return
7 print(String: foo 2) 7 print(String: foo 2)
8 return 8 return
9 print(int: 2) 9 print(int: 2)
10 static-invocation-bar 10 static-invocation-fFinalizes
11 print(String: bar 1) 11 print(String: bar 1)
12 return 12 return
13 print(String: bar 2) 13 print(String: bar 2)
14 print(int: 1) 14 print(int: 1)
15 static-invocation-fThrows
16 print(int: 37)
17 print(String: Caught Error)
18 print(String: Finalizer)
19 return
20 print(int: 34)
OLDNEW
« no previous file with comments | « pkg/kernel/testcases/interpreter/try_catch_finally_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698