Skip to content

Commit 0384d12

Browse files
add verb
1 parent 5cd18c6 commit 0384d12

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

demo/types.ts

+8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ let bool: boolean = true
2222

2323
bool = false
2424

25+
26+
/**
27+
* 类型推断
28+
*/
29+
let x = 'test'
30+
31+
// x = 1
32+
2533
/**
2634
* array
2735
* 数组

0 commit comments

Comments
 (0)