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

Unified Diff: testcases/strong-mode/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
Index: testcases/strong-mode/redirecting_factory.baseline.txt
diff --git a/testcases/strong-mode/redirecting_factory.baseline.txt b/testcases/strong-mode/redirecting_factory.baseline.txt
index 68e0f75451030572f0ea1d5ca478eb0a4e37a8cf..be5bd7c449aad62b7e363da3967e4f89d58a1549 100644
--- a/testcases/strong-mode/redirecting_factory.baseline.txt
+++ b/testcases/strong-mode/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 {
core::print(new self::Bar::•<core::String, core::double>(4).{self::FooBase::x});
« no previous file with comments | « testcases/spec-mode/redirecting_factory.baseline.txt ('k') | testcases/type-propagation/redirecting_factory.baseline.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698