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

Unified Diff: tests/compiler/dart2js_extra/23404_test.dart

Issue 1126423002: Avoid reparsing metadata expressions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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: tests/compiler/dart2js_extra/23404_test.dart
diff --git a/tests/compiler/dart2js_extra/23404_test.dart b/tests/compiler/dart2js_extra/23404_test.dart
new file mode 100644
index 0000000000000000000000000000000000000000..113ee279e42c3454ae26a31189ec371d76ce9488
--- /dev/null
+++ b/tests/compiler/dart2js_extra/23404_test.dart
@@ -0,0 +1,2 @@
+foo([a="\u00a0"]) {}
floitsch 2015/05/07 01:14:29 Add copyright header. Add a comment explaining wh
Siggi Cherem (dart-lang) 2015/05/07 16:29:23 Done.
+main() => (foo)();

Powered by Google App Engine
This is Rietveld 408576698