TypeScript/tests/cases/compiler/conditionalTypesASI.ts

9 lines
122 B
TypeScript
Raw Normal View History

2018-02-05 22:56:22 +01:00
// @declaration: true
// Repro from #21637
interface JSONSchema4 {
a?: number
extends?: string | string[]
}