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

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

Issue 2986973002: Add support for initializers in constructor invocation (Closed)
Patch Set: Apply review comments 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/object_field_initializers_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: Create instance of A)
1 print(String: foo1) 2 print(String: foo1)
2 print(Null: null) 3 print(Null: null)
3 print(String: foo3) 4 print(String: foo3)
4 print(String: bar1) 5 print(String: bar1)
5 print(String: bar2) 6 print(String: bar2)
6 print(String: foo3) 7 print(String: foo3)
8 print(String: Create instance of B)
7 static-invocation-fieldInitializer 9 static-invocation-fieldInitializer
8 print(String: bar1: 1) 10 print(String: bar1: 1)
9 return 11 return
10 static-invocation-fieldInitializer 12 static-invocation-fieldInitializer
11 print(String: bar2: 2) 13 print(String: bar2: 2)
12 return 14 return
13 static-invocation-fieldInitializer 15 static-invocation-fieldInitializer
14 print(String: foo1: 3) 16 print(String: foo1: 3)
15 return 17 return
16 static-invocation-fieldInitializer 18 static-invocation-fieldInitializer
17 print(String: foo3: 4) 19 print(String: foo3: 4)
18 return 20 return
19 static-invocation-fieldInitializer 21 static-invocation-fieldInitializer
20 print(String: foo4: 5) 22 print(String: foo4: 5)
21 return 23 return
22 static-invocation-fieldInitializer 24 static-invocation-fieldInitializer
23 print(String: bar4: 6) 25 print(String: bar4: 6)
24 return 26 return
25 print(String: bar1: 1) 27 print(String: bar1: 1)
26 print(String: bar2: 2) 28 print(String: bar2: 2)
27 print(String: foo3: 4) 29 print(String: foo3: 4)
28 print(String: bar4: 6) 30 print(String: bar4: 6)
31 print(String: Create instance of C)
32 static-invocation-fieldInitializer
33 print(String: bar1: 1)
34 return
35 static-invocation-fieldInitializer
36 print(String: bar2: 2)
37 return
38 static-invocation-fieldInitializer
39 print(String: foo1: 1)
40 return
41 static-invocation-fieldInitializer
42 print(String: foo3: 2)
43 return
44 static-invocation-fieldInitializer
45 print(String: foo3: 3)
46 return
47 print(String: bar1: 1)
48 print(String: bar2: 2)
49 print(String: foo3: 3)
50
OLDNEW
« no previous file with comments | « pkg/kernel/testcases/interpreter/object_field_initializers_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698