| Index: lib/compiler/implementation/typechecker.dart
|
| diff --git a/lib/compiler/implementation/typechecker.dart b/lib/compiler/implementation/typechecker.dart
|
| index 4a614f21834ec0a5b2d9ed0a88a48b687fe43539..d5a28e217d7ed8dcd23c22aab0da7e279c434078 100644
|
| --- a/lib/compiler/implementation/typechecker.dart
|
| +++ b/lib/compiler/implementation/typechecker.dart
|
| @@ -26,6 +26,7 @@ class TypeCheckerTask extends CompilerTask {
|
|
|
| abstract class DartType {
|
| abstract SourceString get name;
|
| +
|
| /**
|
| * Returns the [Element] which declared this type.
|
| *
|
|
|