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

Unified Diff: tests/compiler/dart2js/type_checker_test.dart

Issue 14907008: Remove support for interface in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 years, 7 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/compiler/dart2js/type_checker_test.dart
diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart
index 855a865b55f87852e38378b1a6ce904ca198202a..5fd83eacc6b62117b5d5bb54e104cec005b9487d 100644
--- a/tests/compiler/dart2js/type_checker_test.dart
+++ b/tests/compiler/dart2js/type_checker_test.dart
@@ -516,7 +516,7 @@ class ClassWithMethods {
static int staticMethod(String str) {}
}
-interface I {
+class I {
int intMethod();
}
class SubClass extends ClassWithMethods implements I {}''';
« no previous file with comments | « tests/compiler/dart2js/deprecated_features_test.dart ('k') | tests/compiler/dart2js_foreign/native_window1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698