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

Unified Diff: tests/compiler/dart2js_extra/deferred_inheritance_lib1.dart

Issue 2301733002: fast-startup: do not emit inherit calls for classes from different fragments (Closed)
Patch Set: Created 4 years, 4 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_extra/deferred_inheritance_lib1.dart
diff --git a/tests/compiler/dart2js_extra/deferred_inheritance_lib1.dart b/tests/compiler/dart2js_extra/deferred_inheritance_lib1.dart
new file mode 100644
index 0000000000000000000000000000000000000000..8e7e9a5f2473b275f92822221c02ab65987dfa04
--- /dev/null
+++ b/tests/compiler/dart2js_extra/deferred_inheritance_lib1.dart
@@ -0,0 +1,3 @@
+import 'deferred_inheritance_lib2.dart';
+
+class C extends A {}

Powered by Google App Engine
This is Rietveld 408576698