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

Unified Diff: pkg/front_end/testcases/inference/inferred_type_extract_method_tear_off.dart

Issue 2848033002: Don't include parameter names in types, don't use Unicode arrow. (Closed)
Patch Set: 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
Index: pkg/front_end/testcases/inference/inferred_type_extract_method_tear_off.dart
diff --git a/pkg/front_end/testcases/inference/inferred_type_extract_method_tear_off.dart b/pkg/front_end/testcases/inference/inferred_type_extract_method_tear_off.dart
index 41d8c063979ad86a742f2a0e7be397d417532f96..d199e75da4bf250548913bc03dcf1e41ccafe464 100644
--- a/pkg/front_end/testcases/inference/inferred_type_extract_method_tear_off.dart
+++ b/pkg/front_end/testcases/inference/inferred_type_extract_method_tear_off.dart
@@ -10,4 +10,4 @@ class C {
}
C f() => null;
-var /*@topType=g() → bool*/ x = f().g;
+var /*@topType=g() -> bool*/ x = f().g;

Powered by Google App Engine
This is Rietveld 408576698