TypeScript/tests/baselines/reference/errorLocationForInterfaceExtension.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
222 B
Plaintext

==== tests/cases/compiler/errorLocationForInterfaceExtension.ts (1 errors) ====
var n = '';
interface x extends string { }
~~~~~~
!!! error TS2304: Cannot find name 'string'.