| Index: sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/typechecker.dart b/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| index 1af2669d9f4b8c6ef7e2448acec5ca809e0fd010..2b2a399d82481b936a7a80d430c56a54bcb159f3 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| @@ -155,9 +155,7 @@ class TypeCheckerVisitor extends Visitor<DartType> {
|
|
|
| final ClassElement currentClass;
|
|
|
| - /// The type of [:this:]. Can only be accessed if [currentClass] is not null.
|
| InterfaceType thisType;
|
| - /// The type of [:super:]. Can only be accessed if [currentClass] is not null.
|
| InterfaceType superType;
|
|
|
| Link<DartType> cascadeTypes = const Link<DartType>();
|
|
|