Skip to content

Commit 70bc4f8

Browse files
Test
1 parent f7c6cd1 commit 70bc4f8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

bad/index.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
const x: string = "xx"
22

3-
const a: string = "q"
3+
const a: string = "q"
4+
5+
const z = 1
6+
console.log(z + x)
7+
console.log(a + x)
8+
9+
const b = { a: 1 }
10+
console.log(`Some ${b}`)

0 commit comments

Comments
 (0)