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

Unified Diff: pkg/front_end/testcases/void-methods.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/void-methods.dart.strong.expect
diff --git a/pkg/front_end/testcases/void-methods.dart.strong.expect b/pkg/front_end/testcases/void-methods.dart.strong.expect
index cd527638a7b3f243945d382dc80ac0b08dd14585..e130f032401334cc945b7733bdca506d067f9290 100644
--- a/pkg/front_end/testcases/void-methods.dart.strong.expect
+++ b/pkg/front_end/testcases/void-methods.dart.strong.expect
@@ -4,10 +4,10 @@ import "dart:core" as core;
class Foo extends core::Object {
field core::List<dynamic> list = <dynamic>[1, 2, 3];
- constructor •() → void
+ default constructor •() → void
: super core::Object::•()
;
- set first(dynamic x) → dynamic
+ set first(dynamic x) → void
return let final dynamic #t1 = this.{self::Foo::list} in let final dynamic #t2 = 0 in let final dynamic #t3 = x in let final dynamic #t4 = #t1.{core::List::[]=}(#t2, #t3) in #t3;
operator []=(dynamic x, dynamic y) → dynamic
return let final dynamic #t5 = this.{self::Foo::list} in let final dynamic #t6 = x in let final dynamic #t7 = y in let final dynamic #t8 = #t5.{core::List::[]=}(#t6, #t7) in #t7;

Powered by Google App Engine
This is Rietveld 408576698