TypeScript/tests/cases/compiler/errorLocationForInterfaceExtension.ts
2014-07-12 17:30:19 -07:00

4 lines
47 B
TypeScript

var n = '';
interface x extends string { }