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

Unified Diff: pkg/front_end/testcases/rasta/issue_000035.dart.direct.expect

Issue 2953503002: Only set types of conditional expressions in strong mode. (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/rasta/issue_000035.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/issue_000035.dart.direct.expect b/pkg/front_end/testcases/rasta/issue_000035.dart.direct.expect
index b99c94470009d1f2b97bfe94e5289afa1e6703ac..57cf9380a2b92da189322e414ad67bc7c2dd2519 100644
--- a/pkg/front_end/testcases/rasta/issue_000035.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/issue_000035.dart.direct.expect
@@ -8,4 +8,3 @@ class C extends core::Object {
;
abstract method æøC() → dynamic;
}
-const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/rasta/issue_000035.dart:5:10: Error: The non-ASCII character '\u0230' (U+00e6) can't be used in identifiers, only in strings and comments.\nTry using an US-ASCII letter, a digit, '_' (an underscore), or '\$' (a dollar sign).\nclass C {\u0230\u0248C();}\n ^", "pkg/front_end/testcases/rasta/issue_000035.dart:5:11: Error: The non-ASCII character '\u0248' (U+00f8) can't be used in identifiers, only in strings and comments.\nTry using an US-ASCII letter, a digit, '_' (an underscore), or '\$' (a dollar sign).\nclass C {\u0230\u0248C();}\n ^"]/* from null */;

Powered by Google App Engine
This is Rietveld 408576698