| Index: lib/core/core.dart
|
| diff --git a/lib/core/core.dart b/lib/core/core.dart
|
| index 13f5c4967a5b4844240ff319deb5f694fbf2980d..bebfeb3ea8e51f059de6d31c8ba212aea7d10024 100644
|
| --- a/lib/core/core.dart
|
| +++ b/lib/core/core.dart
|
| @@ -3,8 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library("dart:core");
|
| +
|
| #import('dart:math');
|
| #import("dart:coreimpl");
|
| +
|
| #source("bool.dart");
|
| #source("collection.dart");
|
| #source("comparable.dart");
|
| @@ -32,6 +34,6 @@
|
| #source("regexp.dart");
|
| #source("set.dart");
|
| #source("stopwatch.dart");
|
| -#source("string_buffer.dart");
|
| #source("string.dart");
|
| +#source("string_buffer.dart");
|
| #source("strings.dart");
|
|
|