| Index: lib/compiler/implementation/lib/errors.dart
|
| diff --git a/lib/compiler/implementation/lib/errors.dart b/lib/compiler/implementation/lib/errors.dart
|
| index 319abc9e6538df5d40ae58d057ddbd7bc3704d05..f125cb2c813541f8233403f2022122de763b1d6d 100644
|
| --- a/lib/compiler/implementation/lib/errors.dart
|
| +++ b/lib/compiler/implementation/lib/errors.dart
|
| @@ -2,6 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +// TODO(4910): Shouldn't this file be in the coreimpl and not the core
|
| +// library?
|
| +
|
| class TypeErrorImplementation implements TypeError {
|
| final String msg;
|
| const TypeErrorImplementation(String this.msg);
|
|
|