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

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

Issue 2999673002: Implement support for property accessors (Closed)
Patch Set: 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 print(Null: null)
2 print(int: 42)
3 return
4 print(int: 6)
5 print(int: 1)
6 print(int: 2)
7 return
8 print(int: 2)
9 print(int: 42)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698