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)(); |