| Index: dart/frog/leg/lib/coreimpl.dart
|
| diff --git a/dart/frog/leg/lib/coreimpl.dart b/dart/frog/leg/lib/coreimpl.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..44031f10eb3476e92da1744dbdc3a625ffdc3dde
|
| --- /dev/null
|
| +++ b/dart/frog/leg/lib/coreimpl.dart
|
| @@ -0,0 +1,6 @@
|
| +// Copyright (c) 2012, 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.
|
| +
|
| +#library('coreimpl');
|
| +
|
|
|