Skip to content

Commit 6cf640e

Browse files
committed
Add regression test
1 parent 0d3f216 commit 6cf640e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// @declaration: true
2+
3+
// Repro from #21637
4+
5+
interface JSONSchema4 {
6+
a?: number
7+
extends?: string | string[]
8+
}

0 commit comments

Comments
 (0)