| Index: tests/language/mixin_lib_extends_method_test.dart
|
| ===================================================================
|
| --- tests/language/mixin_lib_extends_method_test.dart (revision 18491)
|
| +++ tests/language/mixin_lib_extends_method_test.dart (working copy)
|
| @@ -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.
|
|
|
| +library mixin_lib_extends_method_test;
|
| +
|
| import "mixin_lib_extends_method_lib.dart" as L;
|
|
|
| class S {
|
|
|