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

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

Issue 2880343002: Add support for execution of constructor body (Closed)
Patch Set: Refactor Created 3 years, 7 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
OLDNEW
1 print(String: foo1) 1 print(String: foo1)
2 print(String: foo2) 2 print(String: foo2)
3 static-invocation-fieldInitializer 3 static-invocation-fieldInitializer
4 print(String: foo1: 0) 4 print(String: foo1: 0)
5 return 5 return
6 static-invocation-fieldInitializer 6 static-invocation-fieldInitializer
7 print(String: foo2: 0) 7 print(String: foo2: 0)
8 return 8 return
9 static-invocation-fieldInitializer 9 static-invocation-fieldInitializer
10 print(String: foo1: 1) 10 print(String: foo1: 1)
11 return 11 return
12 static-invocation-fieldInitializer 12 static-invocation-fieldInitializer
13 print(String: foo2: 1) 13 print(String: foo2: 1)
14 return 14 return
15 static-invocation-fieldInitializer 15 static-invocation-fieldInitializer
16 print(String: foo3: 1) 16 print(String: foo3: 1)
17 return 17 return
18 static-invocation-fieldInitializer
19 print(String: foo3: 2)
20 return
21 print(String: foo1: 0) 18 print(String: foo1: 0)
22 print(String: foo2: 0) 19 print(String: foo2: 0)
23 print(String: foo3: 2) 20 print(String: foo2: 0)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698