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

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

Issue 2841803002: Add initial tests for Kernel interpreter (Closed)
Patch Set: Apply comments 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-a
2 static-invocation-b
3 print(int: 1)
4 print(int: 9)
5 print(int: 10)
6 static-invocation-b
7 print(int: 1)
8 print(int: 9)
9 print(int: 10)
10 print(Null: null)
11 static-invocation-d
12 static-invocation-a
13 return
14 static-invocation-c
15 print(String: c:37)
16 return
17 static-invocation-d
18 static-invocation-a
19 return
20 print(String: d:37)
21 print(int: 37)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698