| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| index 297c1068ab794322802f9b365489914ef512d4d2..b5594ce08aea8b5703d227b9fc72ba1420c7f8a1 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| @@ -3148,6 +3148,8 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| /**
|
| * Helper to build an instruction that builds the string representation for
|
| * this type, where type variables are substituted by their runtime value.
|
| + * Two different types must have two different string representations, so
|
| + * we use the mangled, uniquified names here.
|
| *
|
| * Examples:
|
| * Type Template Inputs
|
|
|