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

Unified Diff: pkg/front_end/testcases/inference/future_then_conditional_3.dart.strong.expect

Issue 2946273002: Implement override-based type inference for instance methods. (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/future_then_conditional_3.dart.strong.expect
diff --git a/pkg/front_end/testcases/inference/future_then_conditional_3.dart.strong.expect b/pkg/front_end/testcases/inference/future_then_conditional_3.dart.strong.expect
index f381f03907f835d1674909045d8453473a4c5ac2..1c2d7ca598f711fec7e1133c8c43f33eac56385a 100644
--- a/pkg/front_end/testcases/inference/future_then_conditional_3.dart.strong.expect
+++ b/pkg/front_end/testcases/inference/future_then_conditional_3.dart.strong.expect
@@ -8,7 +8,7 @@ class MyFuture<T extends core::Object> extends core::Object implements asy::Futu
: super core::Object::•() {}
constructor value(self::MyFuture::T x) → void
: super core::Object::•() {}
- abstract method noSuchMethod(dynamic invocation) → dynamic;
+ abstract method noSuchMethod(core::Invocation invocation) → dynamic;
method then<S extends core::Object>((self::MyFuture::T) → asy::FutureOr<self::MyFuture::then::S> f, {core::Function onError = null}) → self::MyFuture<self::MyFuture::then::S>
return null;
}

Powered by Google App Engine
This is Rietveld 408576698