diff --git a/pkg/compiler/lib/src/elements/types.dart b/pkg/compiler/lib/src/elements/types.dart index a7a5404b2be..a1293efb3e9 100644 --- a/pkg/compiler/lib/src/elements/types.dart +++ b/pkg/compiler/lib/src/elements/types.dart @@ -130,7 +130,7 @@ abstract class DartType { @override String toString() => toStructuredText(); - String toStructuredText({bool printLegacyStars = false}) => + String toStructuredText({bool printLegacyStars = true}) => _DartTypeToStringVisitor(printLegacyStars).run(this); }