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

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

Issue 13973017: Revert "Revert "Allow multiple tags in native clause."" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 7 years, 8 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_lib2.dart
diff --git a/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart b/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
index 9f1cfe6b065934afe1ce529155c09f781d2d50df..4a2e514af0c5a7692f608232c283543f0593e2d6 100644
--- a/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
+++ b/tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart
@@ -8,7 +8,7 @@ library lib2;
import 'native_library_same_name_used_lib1.dart'; // To get interface I.
// Native impl has same name as interface.
-class Impl implements I native "*I" {
+class Impl implements I native "I" {
Impl read() native;
write(Impl x) native;
}

Powered by Google App Engine
This is Rietveld 408576698