| Index: lib/compiler/implementation/ssa/optimize.dart
|
| diff --git a/lib/compiler/implementation/ssa/optimize.dart b/lib/compiler/implementation/ssa/optimize.dart
|
| index fb6fbfa00e61334564f458db747dce52ae06322d..b20e49523f94bb5c835036d916e2273df439a917 100644
|
| --- a/lib/compiler/implementation/ssa/optimize.dart
|
| +++ b/lib/compiler/implementation/ssa/optimize.dart
|
| @@ -196,7 +196,7 @@ class SsaConstantFolder extends HBaseVisitor implements OptimizationPhase {
|
| }
|
|
|
| HInstruction visitIs(HIs node) {
|
| - Type type = node.typeName;
|
| + Type type = node.typeExpression;
|
| Element element = type.element;
|
| if (element.kind === ElementKind.TYPE_VARIABLE) {
|
| compiler.unimplemented("visitIs for type variables");
|
|
|