| Index: tests/language/config_import_corelib_general.dart
|
| diff --git a/tests/language/config_import_corelib_general.dart b/tests/language/config_import_corelib_general.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..04d3b5c47b1084293aad59e6d1353aa9bcfa36c2
|
| --- /dev/null
|
| +++ b/tests/language/config_import_corelib_general.dart
|
| @@ -0,0 +1,10 @@
|
| +// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
|
| +// 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.
|
| +
|
| +class Classy {
|
| + String get name => "classy general";
|
| +}
|
| +
|
| +bool general() => true;
|
| +final String name = "general";
|
|
|