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

Unified Diff: pkg/front_end/testcases/inference/infer_statics_with_method_invocations.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/inference/infer_statics_with_method_invocations.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/infer_statics_with_method_invocations.dart.strong.expect b/pkg/front_end/testcases/inference/infer_statics_with_method_invocations.dart.strong.expect
index ecc037be1769abaac2d208a1677b0f99bf20f127..c67b177ee09b0623473fd6b8ad99910adc387205 100644
--- a/pkg/front_end/testcases/inference/infer_statics_with_method_invocations.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/infer_statics_with_method_invocations.dart.strong.expect
@@ -5,7 +5,7 @@ import "./infer_statics_with_method_invocations_a.dart" as inf;
class T extends core::Object {
static final field self::T foo = self::T::m1(self::T::m2(inf::m3("", "")));
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
static method m1(core::String m) → self::T {

Powered by Google App Engine
This is Rietveld 408576698