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

Unified Diff: dart/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart

Issue 10831332: Support new getter syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: dart/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart
diff --git a/dart/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart b/dart/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart
index b0a1437d2869c5ef4b50c5f624ed25394ef9cace..d33624c67a3d5facba65e14cbd5336d9c849e521 100644
--- a/dart/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart
+++ b/dart/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart
@@ -31,7 +31,7 @@ class A native "*A" {
// This class is here just so that a dynamic context is polymorphic.
class B {
- int get code() => 666;
+ int get code => 666;
op(String x) => 123;
}

Powered by Google App Engine
This is Rietveld 408576698