| Index: tests/compiler/dart2js_extra/regress/4515_3_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/regress/4515_3_test.dart b/tests/compiler/dart2js_extra/regress/4515_3_test.dart
|
| index 319eb0cac719a777093aa372c3e2f0e27b396612..f224d709ae8c32c5a3a8d497c3bc0147f1fdb86a 100644
|
| --- a/tests/compiler/dart2js_extra/regress/4515_3_test.dart
|
| +++ b/tests/compiler/dart2js_extra/regress/4515_3_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class A {
|
| a(x) => x + 1;
|
| }
|
|
|