1// @declaration: true 2 3// Repro from #21637 4 5interface JSONSchema4 { 6 a?: number 7 extends?: string | string[] 8} 9