Skip to content

Commit af12fd0

Browse files
committed
Fix final test
1 parent 6c8c6bc commit af12fd0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
// Semantic error
22
const x: number = '1';
3-
4-
// Syntactic error
5-
const array = [{} {}];
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Syntactic error
2+
const array = [{} {}];

0 commit comments

Comments
 (0)