| Index: pkg/compiler/lib/src/constants/constructors.dart
|
| diff --git a/pkg/compiler/lib/src/constants/constructors.dart b/pkg/compiler/lib/src/constants/constructors.dart
|
| index a92edcccf186006216f034b23ae4cbeea354e007..1e588a85afd7f42c06681cf6158a37a28fd7d9a2 100644
|
| --- a/pkg/compiler/lib/src/constants/constructors.dart
|
| +++ b/pkg/compiler/lib/src/constants/constructors.dart
|
| @@ -135,7 +135,7 @@ class ConstantConstructorComputer extends SemanticVisitor
|
| NodeList parameters,
|
| Node body, _) {
|
| // TODO(johnniwinther): Handle constant constructors with errors.
|
| - internalError(node, "Factory constructor cannot be constant.");
|
| + internalError(node, "Factory constructor cannot be constant: $node.");
|
| }
|
|
|
| applyParameters(NodeList parameters, _) {
|
|
|