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

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

Issue 2841803002: Add initial tests for Kernel interpreter (Closed)
Patch Set: Remove some tests Created 3 years, 8 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(1)
4 print(9)
5 print(10)
6 static-invocation-b
7 print(1)
8 print(9)
9 print(10)
10 print(null)
11 static-invocation-d
12 static-invocation-a
13 return
14 static-invocation-c
15 print(c:37)
16 return
Dmitry Stefantsov 2017/05/01 09:35:24 Shouldn't this return be a couple of lines further
zhivkag 2017/05/01 11:36:20 Return appears here because we log it when an Retu
Dmitry Stefantsov 2017/05/01 13:29:49 Ah! Now I got it. Thanks!
17 static-invocation-d
18 static-invocation-a
19 return
20 print(d:37)
21 print(37)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698