I just experimented a (what's the opposite of false positive ?) clean negative false negative (thanks to @fatcerberus )
TypeScript Version: 3.0.0-dev.201xxxxx
TypeScript Version: 3.3.3
NOTE : I had enabled downlevelIteration
Code
const leitters = new Set([ 'Aa', 'Bb', 'Cc' ]);
const leitter: string = leitters[0];
Expected behavior:
Second line MUST error
Actual behavior:
No error is reported...
Playground Link: https://bit.ly/2HcxmJa
I just experimented a (what's the opposite of false positive ?)
clean negativefalse negative (thanks to @fatcerberus )TypeScript Version:
3.0.0-dev.201xxxxxTypeScript Version: 3.3.3
Code
Expected behavior:
Second line MUST error
Actual behavior:
No error is reported...
Playground Link: https://bit.ly/2HcxmJa