Chromium Code Reviews

Unified Diff: pkg/front_end/testcases/inference/infer_method_function_typed.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.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/front_end/testcases/inference/infer_method_function_typed.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/infer_method_function_typed.dart.strong.expect b/pkg/front_end/testcases/inference/infer_method_function_typed.dart.strong.expect
index 60088b5270e8c5c029012ecdc130b1f26155f97b..ced59ad71156c392e871a0f31112bb88ef8596cf 100644
--- a/pkg/front_end/testcases/inference/infer_method_function_typed.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/infer_method_function_typed.dart.strong.expect
@@ -4,13 +4,13 @@ import "dart:core" as core;
typedef F = () → core::int;
abstract class A extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract method x(() → core::int value) → void;
}
abstract class B extends self::A {
- constructor •() → void
+ default constructor •() → void
: super self::A::•()
;
abstract method x(() → dynamic value) → void;

Powered by Google App Engine