| Index: pkg/compiler/lib/src/resolution/resolution_result.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/resolution_result.dart b/pkg/compiler/lib/src/resolution/resolution_result.dart
|
| index 3e36fa7ae67802f34437b98922648251c94b43cc..b03471299c46ef2ba15e292dd0f0f56911fdd266 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution_result.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution_result.dart
|
| @@ -90,7 +90,7 @@ class ConstantResult extends ResolutionResult {
|
|
|
| ResultKind get kind => ResultKind.CONSTANT;
|
|
|
| - String toString() => 'ConstantResult(${constant.getText()})';
|
| + String toString() => 'ConstantResult(${constant.toDartText()})';
|
| }
|
|
|
| class NoneResult extends ResolutionResult {
|
|
|