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

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: Remove unnecessary print 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(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

Powered by Google App Engine
This is Rietveld 408576698