Index: sdk/lib/_internal/compiler/implementation/constants.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/constants.dart b/sdk/lib/_internal/compiler/implementation/constants.dart |
index 53a636291b21b1b25b506b113d9832ed14fbd65f..3c0b7cf12489c8a3529c0d7cfdffb637c50bcdae 100644 |
--- a/sdk/lib/_internal/compiler/implementation/constants.dart |
+++ b/sdk/lib/_internal/compiler/implementation/constants.dart |
@@ -542,7 +542,7 @@ class InterceptorConstant extends Constant { |
} |
String toString() { |
- return 'InterceptorConstant(${Error.safeToString(dispatchedType)})'; |
+ return 'InterceptorConstant(${dispatchedType.getStringAsDeclared("o")})'; |
} |
} |