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

Unified Diff: pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect

Issue 2981783002: Set 'isSyntheticDefault' for default constructors. (Closed)
Patch Set: Created 3 years, 5 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/rasta/super_mixin.dart.strong.expect
diff --git a/pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect b/pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect
index c208cde422ea8811357406190a57490febd0d5c1..aadd5df51c0b3d2e37a5927f36988722ee93b12d 100644
--- a/pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect
+++ b/pkg/front_end/testcases/rasta/super_mixin.dart.strong.expect
@@ -4,7 +4,7 @@ import "dart:core" as core;
import "./mixin_library.dart" as mix;
class Super<S extends core::Object> extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
method foo() → dynamic
@@ -15,14 +15,14 @@ class Super<S extends core::Object> extends core::Object {
abstract class Super&Mixin^#T0^#T0<#T0 extends core::Object> = self::Super<self::Super&Mixin^#T0^#T0::#T0> with mix::Mixin<self::Super&Mixin^#T0^#T0::#T0> {
}
class C<V extends core::Object> extends self::Super&Mixin^#T0^#T0<self::C::V> {
- constructor •() → void
+ default constructor •() → void
: super self::Super::•()
;
}
abstract class Super&Mixin = self::Super<dynamic> with mix::Mixin<dynamic> {
}
class D extends self::Super&Mixin {
- constructor •() → void
+ default constructor •() → void
: super self::Super::•()
;
}

Powered by Google App Engine
This is Rietveld 408576698