Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c92ceb1

Browse files
committed
Update test
1 parent c85a6aa commit c92ceb1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/test.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
let a: undefined = null;
2-
let b: null = undefined;
1+
let xcatliu: [string, number];
2+
xcatliu[0] = 'Xcat Liu';
3+
xcatliu[1] = 25;
4+
5+
xcatliu[0].slice(1);
6+
xcatliu[1].toFixed(2);

0 commit comments

Comments
 (0)