TypeScript/tests/baselines/reference/errorLocationForInterfaceExtension.errors.txt
2014-07-12 17:30:19 -07:00

7 lines
208 B
Plaintext

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