Chromium Code Reviews

Unified Diff: pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_has_bound_defined_before.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/instantiate_to_bounds_generic2_has_bound_defined_before.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_has_bound_defined_before.dart.strong.expect b/pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_has_bound_defined_before.dart.strong.expect
index 8453e04968d9749e81e5302617a91122cef03d5f..a12429371ff2439d82f9382eed4d5aa7f6bd95ee 100644
--- a/pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_has_bound_defined_before.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/instantiate_to_bounds_generic2_has_bound_defined_before.dart.strong.expect
@@ -3,12 +3,12 @@ import self as self;
import "dart:core" as core;
class A<T extends core::int> extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
}
class B<T extends self::A<dynamic>> extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
}

Powered by Google App Engine