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

Unified Diff: tests/compiler/dart2js_native/native_class_is_check1_frog_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_native/native_class_is_check1_frog_test.dart
diff --git a/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart b/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
index ece197be6da2f05660b8ee43b704b36e2ee75ffd..e01fa1a60d729bd8b9827490d6272fb641aeff88 100644
--- a/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
+++ b/tests/compiler/dart2js_native/native_class_is_check1_frog_test.dart
@@ -6,7 +6,7 @@ import "package:expect/expect.dart";
// Test for correct simple is-checks on hidden native classes.
-interface I {
+abstract class I {
I read();
write(I x);
}
« no previous file with comments | « tests/compiler/dart2js_native/downcast_test.dart ('k') | tests/compiler/dart2js_native/native_class_is_check3_frog_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698