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

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

Issue 2880343002: Add support for execution of constructor body (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 static-invocation-fieldInitializer
5 print(String: A.foo: 1)
6 return
7 static-invocation-fieldInitializer
8 print(String: A.foo: 2)
9 return
10 print(String: A.foo: 2)
11 print(String: ******************)
12 static-invocation-fieldInitializer
13 print(String: B.bar: 0)
14 return
15 static-invocation-fieldInitializer
16 print(String: B.bar: 1)
17 return
18 static-invocation-fieldInitializer
19 print(String: A.foo: 0)
20 return
21 static-invocation-fieldInitializer
22 print(String: A.foo: 1)
23 return
24 static-invocation-fieldInitializer
25 print(String: A.foo: 2)
26 return
27 static-invocation-fieldInitializer
28 print(String: B.bar: 2)
29 return
30 print(String: A.foo: 2)
31 print(String: B.bar: 2)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698