TypeScript/tests/baselines/reference/errorLocationForInterfaceExtension.errors.txt
2014-09-12 13:35:07 -07:00

10 lines
334 B
Plaintext

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