Add tests

This commit is contained in:
Anders Hejlsberg 2017-11-03 14:40:06 -07:00
parent 9fb06c60a8
commit f701b1300f
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ function f1() {
x = undefined;
x = null;
x = {};
x();
}
function f2(): never {

View file

@ -8,6 +8,7 @@ function f1() {
x = undefined;
x = null;
x = {};
x();
}
function f2(): never {