| Index: lib/compiler/implementation/constants.dart
|
| diff --git a/lib/compiler/implementation/constants.dart b/lib/compiler/implementation/constants.dart
|
| index 4cc121d83957f97d537aa7b192bf1a246965182d..d4b0e8afa32d3419466128d6430c0577d3fdb37d 100644
|
| --- a/lib/compiler/implementation/constants.dart
|
| +++ b/lib/compiler/implementation/constants.dart
|
| @@ -2,6 +2,8 @@
|
| // 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.
|
|
|
| +part of dart2js;
|
| +
|
| abstract class ConstantVisitor<R> {
|
| R visitSentinel(SentinelConstant constant);
|
| R visitFunction(FunctionConstant constant);
|
|
|