| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index e978f80ea68937107e4384da0aa3548e9f39bf93..540976800600f6e4719d28de52685d4322d50cf3 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -337,6 +337,8 @@ testParameters() {
|
| //"int this.baz(a)", // Commented out due to Issue 7852
|
| //"int this.boz(int a,int b)=null" // Commented out due to Issue 7852
|
| ]);
|
| + testUnparseParameters(
|
| + ["@a foo", "@b @c bar=0", "@D(0) int baz", "@E([f],{g:h}) int boz=0"]);
|
| }
|
|
|
| testSymbolLiterals() {
|
|
|