Add more syntax tests for uncovered cases

This commit is contained in:
Alex Beregszaszi
2020-11-05 10:30:09 +00:00
parent 5b4125447b
commit 1536e49b3d
17 changed files with 153 additions and 9 deletions
@@ -0,0 +1,6 @@
{
function f() {}
let x := f
}
// ----
// TypeError 6041: (35-36): Function f used without being called.