| Index: lib/compiler/implementation/typechecker.dart
|
| diff --git a/lib/compiler/implementation/typechecker.dart b/lib/compiler/implementation/typechecker.dart
|
| index 6326ddb9f7667bc685b61b074ac6dd45032556bb..cf2fa9403e95225e612fa873662b86bf54bbcbee 100644
|
| --- a/lib/compiler/implementation/typechecker.dart
|
| +++ b/lib/compiler/implementation/typechecker.dart
|
| @@ -119,7 +119,7 @@ class Types {
|
|
|
| // TODO(karlklose): should we have a class Void?
|
| Types.with(Element dynamicElement, LibraryElement library)
|
| - : voidType = new InterfaceType(new ClassElement(VOID, library)),
|
| + : voidType = new InterfaceType(new ClassElement(VOID, library, -1)),
|
| dynamicType = new InterfaceType(dynamicElement);
|
|
|
| Type lookup(SourceString s) {
|
|
|