| Index: lib/core/core.dart
|
| diff --git a/lib/core/core.dart b/lib/core/core.dart
|
| index 6d15ad6c6b762b25a4e93917140732030949b9c5..0e76548bf072de33f8cfff8de2de0561075c3f6d 100644
|
| --- a/lib/core/core.dart
|
| +++ b/lib/core/core.dart
|
| @@ -19,6 +19,7 @@
|
| #source("function.dart");
|
| #source("future.dart");
|
| #source("hashable.dart");
|
| +#source("identical.dart");
|
| #source("int.dart");
|
| #source("iterable.dart");
|
| #source("iterator.dart");
|
| @@ -36,3 +37,4 @@
|
| #source("string.dart");
|
| #source("string_buffer.dart");
|
| #source("strings.dart");
|
| +#source("type.dart");
|
|
|