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

Unified Diff: pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect

Issue 2945603002: Fix infer_instance_accessor_ref test (Closed)
Patch Set: Created 3 years, 6 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_new/infer_instance_accessor_ref.dart.outline.expect
diff --git a/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect b/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
index c7d3c380701dd3e59ccedf34383b9f1e4d549824..51ac9ee050dc21e0daa1969044d84362d0ad4f09 100644
--- a/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
+++ b/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
@@ -12,7 +12,7 @@ class B extends core::Object {
;
get c() → self::C
;
- method set(self::C value) → void
+ set c(self::C value) → void
;
}
class C extends core::Object {

Powered by Google App Engine
This is Rietveld 408576698