| Index: tests/compiler/dart2js_extra/this_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/this_test.dart b/tests/compiler/dart2js_extra/this_test.dart
|
| index e979497117743add4b82f2c9f3940d3f511c8847..18cf323c4124de8a1d483878a9d02dec960d6581 100644
|
| --- a/tests/compiler/dart2js_extra/this_test.dart
|
| +++ b/tests/compiler/dart2js_extra/this_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 {
|
| int x;
|
| getX() => this.x;
|
|
|