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

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

Issue 2990943002: Add support for super initialziers in constructor initializer list (Closed)
Patch Set: Add comment for index starting at 0 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_super_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 A instance)
1 static-invocation-fieldInitializer 2 static-invocation-fieldInitializer
2 print(String: A.foo: 0) 3 print(String: A.foo: 0)
3 return 4 return
4 print(String: A.foo: 0) 5 print(String: A.foo: 0)
6 print(String: Create B instance)
5 static-invocation-fieldInitializer 7 static-invocation-fieldInitializer
6 print(String: B.bar: 0) 8 print(String: B.bar: 0)
7 return 9 return
8 static-invocation-fieldInitializer 10 static-invocation-fieldInitializer
9 print(String: A.foo: 1) 11 print(String: A.foo: 1)
10 return 12 return
11 print(String: A.foo: 1) 13 print(String: A.foo: 1)
12 print(String: B.bar: 0) 14 print(String: B.bar: 0)
13 static-invocation-fieldInitializer
14 print(String: A.foo: 0)
15 return
16 print(String: A.foo: 0)
17 print(Null: null)
OLDNEW
« no previous file with comments | « pkg/kernel/testcases/interpreter/object_super_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698