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

Unified Diff: pkg/front_end/testcases/super_rasta_copy.dart.direct.expect

Issue 2897683002: Move code for instantiating Invocation to Target. (Closed)
Patch Set: Rename vmTarget to targetInfo. Created 3 years, 7 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
« no previous file with comments | « pkg/front_end/test/fasta/testing/suite.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
diff --git a/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect b/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
index faa416d78d8f9f5f1d81f00b2c17be296bce81d3..837237e5d943a9b4a9c375a5f1c184c617ebed62 100644
--- a/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
+++ b/pkg/front_end/testcases/super_rasta_copy.dart.direct.expect
@@ -141,8 +141,8 @@ class C extends self::B {
self::use(this.{=self::A::[]}(87).call());
this.{=self::A::m}();
self::use(this.{=self::A::m}());
- this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("m", core::List::from<dynamic>(<dynamic>[0, 2, 2], growable: false), core::List::from<dynamic>(<dynamic>[this, 87], growable: false), true));
- self::use(this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("m", core::List::from<dynamic>(<dynamic>[0, 2, 2], growable: false), core::List::from<dynamic>(<dynamic>[this, 87], growable: false), true)));
+ this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("m", <dynamic>[0, 2, 2].toList(growable: false), <dynamic>[this, 87].toList(growable: false), true));
+ self::use(this.{=core::Object::noSuchMethod}(new core::_InvocationMirror::•("m", <dynamic>[0, 2, 2].toList(growable: false), <dynamic>[this, 87].toList(growable: false), true)));
this.{=self::A::a} = 42;
self::use(this.{=self::A::a} = 42);
this.{=self::A::b} = 42;
« no previous file with comments | « pkg/front_end/test/fasta/testing/suite.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698