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

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

Issue 2881053002: Add support for super constructor invocation (Closed)
Patch Set: Created 3 years, 7 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 static-invocation-fieldInitializer
2 print(String: A.foo: 0)
3 return
4 print(String: A.foo: 0)
5 static-invocation-fieldInitializer
6 print(String: B.bar: 0)
7 return
8 static-invocation-fieldInitializer
9 print(String: A.foo: 1)
10 return
11 print(String: A.foo: 1)
12 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

Powered by Google App Engine
This is Rietveld 408576698