| Index: lib/compiler/implementation/types/types.dart
|
| diff --git a/lib/compiler/implementation/types/types.dart b/lib/compiler/implementation/types/types.dart
|
| index 6fb06286577ea2483fbc4bffa33e2801cbd78f40..322ceed80fed0210acd9d58a25075c7ce8b207c9 100644
|
| --- a/lib/compiler/implementation/types/types.dart
|
| +++ b/lib/compiler/implementation/types/types.dart
|
| @@ -8,6 +8,9 @@
|
| #import('../tree/tree.dart');
|
| #import('../elements/elements.dart');
|
| #import('../util/util.dart');
|
| +#import('../scanner/scannerlib.dart');
|
| +
|
| +#source('concrete_types_inferrer.dart');
|
|
|
| /**
|
| * The types task infers guaranteed types globally.
|
|
|