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 6cd638e commit 7e2a62dCopy full SHA for 7e2a62d
src/compiler.ts
@@ -6764,7 +6764,7 @@ export class Compiler extends DiagnosticEmitter {
6764
if (thisType.isManaged) {
6765
let operand = operands[0];
6766
let precomp = module.runExpression(operand, ExpressionRunnerFlags.Default);
6767
- if (!isConstZero(precomp)) { // otherwise unnecessary
+ if (!precomp||!isConstZero(precomp)) { // otherwise unnecessary
6768
operands[operandIndex] = module.tostack(operand);
6769
}
6770
@@ -6778,7 +6778,7 @@ export class Compiler extends DiagnosticEmitter {
6778
if (paramType.isManaged) {
6779
let operand = operands[operandIndex];
6780
6781
6782
6783
6784
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments