| Index: lib/compiler/implementation/typechecker.dart
|
| diff --git a/lib/compiler/implementation/typechecker.dart b/lib/compiler/implementation/typechecker.dart
|
| index 8f75031f31160a0f8bcaf7d2538dd6b03b59ebf4..cf556924a95b380cb2f2d0e452690311d364e15b 100644
|
| --- a/lib/compiler/implementation/typechecker.dart
|
| +++ b/lib/compiler/implementation/typechecker.dart
|
| @@ -25,8 +25,8 @@ class TypeCheckerTask extends CompilerTask {
|
| }
|
|
|
| abstract class DartType implements Hashable {
|
| - abstract SourceString get name();
|
| - abstract Element get element();
|
| + abstract SourceString get name;
|
| + abstract Element get element;
|
|
|
| /**
|
| * Returns the unaliased type of this type.
|
|
|