diff --git a/src/compiler/binder.ts b/src/compiler/binder.ts index 3a625ba3219..f60d4ce6c66 100644 --- a/src/compiler/binder.ts +++ b/src/compiler/binder.ts @@ -1346,7 +1346,7 @@ namespace ts { const call = node.expression; if (isDottedName(call.expression)) { currentFlow = createFlowCall(currentFlow, call); - hasNonLocalEffect = true; + // Experiment: hasNonLocalEffect = true; } } }