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.
From master as of right now (7b34b612beda66b0812462a3feeabc63852cd842)
master
7b34b612beda66b0812462a3feeabc63852cd842
var x; var y = 100 + x;
Compile with strictNullChecks and noImplicitAny
strictNullChecks
noImplicitAny
Expected: Some sort of error for using x. Actual: No error at all?
x