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

Unified Diff: pkg/front_end/testcases/inference/infer_assign_to_index_this_upwards.dart.direct.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_assign_to_index_this_upwards.dart.direct.expect
diff --git a/pkg/front_end/testcases/inference/infer_assign_to_index_this_upwards.dart.direct.expect b/pkg/front_end/testcases/inference/infer_assign_to_index_this_upwards.dart.direct.expect
index 51841ee2dbf11951337acc5d696ee4e5f8da3ff7..379449832da4887578cdbe84975a37e1784b87c8 100644
--- a/pkg/front_end/testcases/inference/infer_assign_to_index_this_upwards.dart.direct.expect
+++ b/pkg/front_end/testcases/inference/infer_assign_to_index_this_upwards.dart.direct.expect
@@ -3,7 +3,7 @@ import self as self;
import "dart:core" as core;
abstract class Test1 extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract operator [](core::String s) → core::int;
@@ -20,7 +20,7 @@ abstract class Test1 extends core::Object {
}
}
abstract class Test2 extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract operator [](core::String s) → core::int;
@@ -40,7 +40,7 @@ abstract class Test2 extends core::Object {
}
}
abstract class Test3 extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract operator [](core::String s) → core::int;
@@ -58,7 +58,7 @@ abstract class Test3 extends core::Object {
}
}
abstract class Test4 extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract operator [](core::String s) → core::num;
@@ -75,7 +75,7 @@ abstract class Test4 extends core::Object {
}
}
abstract class Test5 extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract operator [](core::String s) → core::num;
@@ -95,7 +95,7 @@ abstract class Test5 extends core::Object {
}
}
abstract class Test6 extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract operator [](core::String s) → core::num;
@@ -113,7 +113,7 @@ abstract class Test6 extends core::Object {
}
}
abstract class Test7 extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract operator [](core::String s) → core::double;
@@ -130,7 +130,7 @@ abstract class Test7 extends core::Object {
}
}
abstract class Test8 extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract operator [](core::String s) → core::double;
@@ -150,7 +150,7 @@ abstract class Test8 extends core::Object {
}
}
abstract class Test9 extends core::Object {
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
abstract operator [](core::String s) → core::double;

Powered by Google App Engine
This is Rietveld 408576698