mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
Add regression test
This commit is contained in:
8
tests/cases/compiler/conditionalTypesASI.ts
Normal file
8
tests/cases/compiler/conditionalTypesASI.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// @declaration: true
|
||||
|
||||
// Repro from #21637
|
||||
|
||||
interface JSONSchema4 {
|
||||
a?: number
|
||||
extends?: string | string[]
|
||||
}
|
||||
Reference in New Issue
Block a user