| Index: pkg/compiler/lib/src/ssa/nodes.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/nodes.dart b/pkg/compiler/lib/src/ssa/nodes.dart
|
| index ccbc60de53ed012e471e06893e6ea12b15d8f62d..ac1961c96b51fa323f04f9e5ae223aaf29d264f8 100644
|
| --- a/pkg/compiler/lib/src/ssa/nodes.dart
|
| +++ b/pkg/compiler/lib/src/ssa/nodes.dart
|
| @@ -3391,6 +3391,7 @@ class HTypeInfoExpression extends HInstruction {
|
|
|
| String toString() => 'HTypeInfoExpression($kindAsString, $dartType)';
|
|
|
| + // ignore: MISSING_RETURN
|
| String get kindAsString {
|
| switch (kind) {
|
| case TypeInfoExpressionKind.COMPLETE:
|
|
|