TypeScript/tests/cases/compiler/conditionalTypesASI.ts
2018-02-05 13:56:22 -08:00

9 lines
122 B
TypeScript

// @declaration: true
// Repro from #21637
interface JSONSchema4 {
a?: number
extends?: string | string[]
}