| Index: pkg/compiler/lib/src/resolution/registry.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/registry.dart b/pkg/compiler/lib/src/resolution/registry.dart
|
| index 0301e8c3891518bdd8a1dfbaeb12e9b498870215..7008c9a27750d94de60715b54798449466ba92e6 100644
|
| --- a/pkg/compiler/lib/src/resolution/registry.dart
|
| +++ b/pkg/compiler/lib/src/resolution/registry.dart
|
| @@ -129,7 +129,7 @@ class _ResolutionWorldImpact extends ResolutionImpact with WorldImpactBuilder {
|
| if (_constantLiterals != null) {
|
| sb.write('\n const-literals:');
|
| for (ConstantExpression constant in _constantLiterals) {
|
| - sb.write('\n ${constant.getText()}');
|
| + sb.write('\n ${constant.toDartText()}');
|
| }
|
| }
|
| if (_constSymbolNames != null) {
|
|
|