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

Unified Diff: tests/compiler/dart2js_native/native_library_same_name_used_lib1.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_native/native_library_same_name_used_lib1.dart
diff --git a/tests/compiler/dart2js_native/native_library_same_name_used_lib1.dart b/tests/compiler/dart2js_native/native_library_same_name_used_lib1.dart
index 3080d4cee09cb21842679b7562cbf2ef284fdd1f..aebc92c3dd2ac11cda055cfd1f9aa4b4f89f25b9 100644
--- a/tests/compiler/dart2js_native/native_library_same_name_used_lib1.dart
+++ b/tests/compiler/dart2js_native/native_library_same_name_used_lib1.dart
@@ -8,7 +8,7 @@ library native_library_same_name_used_lib1;
import 'native_library_same_name_used_lib2.dart';
-interface I {
+abstract class I {
I read();
write(I x);
}

Powered by Google App Engine
This is Rietveld 408576698