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

Unified Diff: tests/utils/recursive_import_test.dart

Issue 140803002: Perform override and inheritance checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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: tests/utils/recursive_import_test.dart
diff --git a/tests/utils/recursive_import_test.dart b/tests/utils/recursive_import_test.dart
index 64bfee0f9be433bea28395638e893c99bf697137..4fa1db28c7f0a63a79d8b9f5d19df4bac1e4c01e 100644
--- a/tests/utils/recursive_import_test.dart
+++ b/tests/utils/recursive_import_test.dart
@@ -42,7 +42,7 @@ const proxy = const _Proxy();
const INTERCEPTORS_LIB = """
library interceptors;
class JSIndexable {
- get length;
+ get length {}
}
class JSMutableIndexable {}
class JSArray {

Powered by Google App Engine
This is Rietveld 408576698