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

Unified Diff: tests/language/field_method4_negative_test.dart

Issue 10981026: Convert raw strings to new syntax (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « tests/language/adjacent_string_literals_test.dart ('k') | tests/language/metadata_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/field_method4_negative_test.dart
===================================================================
--- tests/language/field_method4_negative_test.dart (revision 12867)
+++ tests/language/field_method4_negative_test.dart (working copy)
@@ -13,7 +13,7 @@
/*
'a.foo()' is a "Regular instance-method invocation". The guide says:
"If no method is found, the result of the invocation expression is
- equivalent to: $0.noSuchMethod(@"id", [$1, ..., $N])."
+ equivalent to: $0.noSuchMethod(r"id", [$1, ..., $N])."
Invoking noSuchMethod on an instance of A will invoke Object's
noSuchMethod (because A doesn't override that method). Object's
noSuchMethod will throw an error.
« no previous file with comments | « tests/language/adjacent_string_literals_test.dart ('k') | tests/language/metadata_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698