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

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

Issue 2997443002: Add support for function declarations and function expressions (Closed)
Patch Set: Fix env creation in let 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
OLDNEW
(Empty)
1 return
2 print(String: 37)
3 print(String: 1, test)
4 return
5 print(int: 4)
6 print(int: 4)
7 return
8 return
9 return
10 return
11 return
12 if-then
13 return
14 print(int: 0)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698