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

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

Issue 2985883002: Add support for field initialization in objects (Closed)
Patch Set: Fix too long line 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_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
(Empty)
1 print(String: foo1)
2 print(String: foo2)
3 static-invocation-fieldInitializer
4 print(String: foo1: 0)
5 return
6 static-invocation-fieldInitializer
7 print(String: foo2: 0)
8 return
9 static-invocation-fieldInitializer
10 print(String: foo1: 1)
11 return
12 static-invocation-fieldInitializer
13 print(String: foo2: 1)
14 return
15 static-invocation-fieldInitializer
16 print(String: foo3: 1)
17 return
18 print(String: foo1: 0)
19 print(String: foo2: 0)
20 print(String: foo2: 0)
OLDNEW
« no previous file with comments | « pkg/kernel/testcases/interpreter/object_initializers_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698