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

Unified Diff: pkg/front_end/testcases/shaker/transitive_class.dart.shaker

Issue 3004943002: Transitively include outlines of all public members of Class(es). (Closed)
Patch Set: Include only referenced constructor and static class members. Created 3 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: pkg/front_end/testcases/shaker/transitive_class.dart.shaker
diff --git a/pkg/front_end/testcases/shaker/transitive_class.dart.shaker b/pkg/front_end/testcases/shaker/transitive_class.dart.shaker
index 5bad68dd84447567a627f7096def2940b8c79321..47992d4cc027295840540fa8155e3b1e1dc8297a 100644
--- a/pkg/front_end/testcases/shaker/transitive_class.dart.shaker
+++ b/pkg/front_end/testcases/shaker/transitive_class.dart.shaker
@@ -2,4 +2,12 @@ DO NOT EDIT -- this file is autogenerated ---
Tree-shaker preserved the following:
library pkg/front_end/testcases/shaker/transitive_class_lib.dart:
+ - class A1
+ - class A3
+ - class A5
+ - class B
+ - publicField
- class C
+ - publicField
+ - b
+ - publicMethod

Powered by Google App Engine
This is Rietveld 408576698