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

Side by Side Diff: pkg/kernel/testcases/interpreter/object_field_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
OLDNEW
(Empty)
1 print(String: foo1)
2 print(Null: null)
3 print(String: foo3)
4 print(String: bar1)
5 print(String: bar2)
6 print(String: foo3)
7 static-invocation-fieldInitializer
8 print(String: bar1: 1)
9 return
10 static-invocation-fieldInitializer
11 print(String: bar2: 2)
12 return
13 static-invocation-fieldInitializer
14 print(String: foo1: 3)
15 return
16 static-invocation-fieldInitializer
17 print(String: foo3: 4)
18 return
19 static-invocation-fieldInitializer
20 print(String: foo4: 5)
21 return
22 static-invocation-fieldInitializer
23 print(String: bar4: 6)
24 return
25 print(String: bar1: 1)
26 print(String: bar2: 2)
27 print(String: foo3: 4)
28 print(String: bar4: 6)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698