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

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

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_lib.dart
diff --git a/pkg/front_end/testcases/shaker/transitive_class_lib.dart b/pkg/front_end/testcases/shaker/transitive_class_lib.dart
index 86a3597186c98f8ce870e2a3be4c105dfcb03247..496b4cd4ca9012342b59d09c74c258075e9311af 100644
--- a/pkg/front_end/testcases/shaker/transitive_class_lib.dart
+++ b/pkg/front_end/testcases/shaker/transitive_class_lib.dart
@@ -31,7 +31,7 @@ class C {
B b;
C();
- C.named();
+ C.namedConstructor();
void publicMethod(A5 a) {}
void _privateMethod(A6 a) {}

Powered by Google App Engine
This is Rietveld 408576698