We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94fed9 commit 762f049Copy full SHA for 762f049
pkg/compiler/lib/src/ssa/optimize.dart
@@ -1359,7 +1359,7 @@ class SsaInstructionSimplifier extends HBaseVisitor
1359
1360
if (_options.experimentNewRti) {
1361
AbstractValueWithPrecision checkedType =
1362
- _abstractValueDomain.createFromStaticType(fieldType);
+ _abstractValueDomain.createFromStaticType(fieldType, nullable: true);
1363
if (checkedType.isPrecise &&
1364
_abstractValueDomain
1365
.isIn(value.instructionType, checkedType.abstractValue)
0 commit comments