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

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

Issue 2808443002: Switch to Fasta in "golden" tests of closure conversion (Closed)
Patch Set: Use testing framework from Fasta package in Closure Conversion Created 3 years, 8 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/kernel/testcases/closures/static_tear_off.dart.expect ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/testcases/closures/type_variables.dart.expect
diff --git a/pkg/kernel/testcases/closures/type_variables.dart.expect b/pkg/kernel/testcases/closures/type_variables.dart.expect
index c9993e0fa6d75f150c69fa1d1c8d2c0462ad4bd5..8660a56a8faf98d5116ab31de9408c415ab71058 100644
--- a/pkg/kernel/testcases/closures/type_variables.dart.expect
+++ b/pkg/kernel/testcases/closures/type_variables.dart.expect
@@ -17,8 +17,8 @@ class C<T extends core::Object, S extends core::Object> extends core::Object {
method baz() → dynamic {
return MakeClosure<() → dynamic>(self::closure#C#baz#function, null);
}
- static factory •<T extends core::Object, S extends core::Object>() → self::C<self::C::•::T, self::C::•::S> {
- final () → dynamic local = MakeClosure<() → dynamic>(self::closure#C#function#local, null);
+ static factory •<T extends core::Object, S extends core::Object>() → dynamic {
+ final dynamic local = MakeClosure<() → dynamic>(self::closure#C#function#local, null);
return local.call();
}
}
« no previous file with comments | « pkg/kernel/testcases/closures/static_tear_off.dart.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698