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

Unified Diff: pkg/kernel/testcases/closures/captured_class_type_vars.dart.expect

Issue 3007623002: Fix many bugs with closure conversion in checked mode. (Closed)
Patch Set: Review comments Created 3 years, 4 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/kernel/testcases/closures/captured_class_type_vars.dart.expect
diff --git a/pkg/kernel/testcases/closures/captured_class_type_vars.dart.expect b/pkg/kernel/testcases/closures/captured_class_type_vars.dart.expect
index 79ce5191b75850ff6c8ee0802e6ad1c259db010f..a6ffe7f58345679fb7d18212c2d257fee3619f8d 100644
--- a/pkg/kernel/testcases/closures/captured_class_type_vars.dart.expect
+++ b/pkg/kernel/testcases/closures/captured_class_type_vars.dart.expect
@@ -16,6 +16,6 @@ static method main() → dynamic {
dynamic iser = isgen.getfn();
assert(!iser.call(x));
}
-static method closure#Isgen#getfn#function<B extends core::Object>(Vector #contextParameter, dynamic x) → dynamic {
+static method closure#Isgen#getfn#function<B extends core::Object>(dynamic #contextParameter, dynamic x) → dynamic {
return x is self::closure#Isgen#getfn#function::B;
}
« no previous file with comments | « pkg/kernel/testcases/closures/capture_this.dart.expect ('k') | pkg/kernel/testcases/closures/catch.dart.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698