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

Unified Diff: testcases/type-propagation/redirecting_factory.baseline.txt

Issue 2473223003: Do not duplicate constructors for named mixin applications. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « testcases/strong-mode/redirecting_factory.baseline.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testcases/type-propagation/redirecting_factory.baseline.txt
diff --git a/testcases/type-propagation/redirecting_factory.baseline.txt b/testcases/type-propagation/redirecting_factory.baseline.txt
index 302f551e380d8aa5287ca7fb57ca373b49738cc8..20a2d4c80835149799f991fd7c5bbf0de1dfb2d7 100644
--- a/testcases/type-propagation/redirecting_factory.baseline.txt
+++ b/testcases/type-propagation/redirecting_factory.baseline.txt
@@ -45,9 +45,6 @@ class Mix<M extends core::Object> extends self::Base<self::Mix::M> implements se
constructor •() → void
: super self::Base::•()
;
- constructor •() → void
- : super self::Base::•()
- ;
}
static method main() → dynamic/Null {
core::print(new self::Bar::•<core::String, core::double>(4).x);
« no previous file with comments | « testcases/strong-mode/redirecting_factory.baseline.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698