TypeScript/tests/cases/compiler/emptyThenWarning.ts
2015-10-28 08:25:41 +01:00

6 lines
60 B
TypeScript

if(1);
let x = 0;
if (true === true); {
x = 1;
}