TypeScript/tests/baselines/reference/errorLocationForInterfaceExtension.errors.txt

7 lines
208 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/errorLocationForInterfaceExtension.ts (1 errors) ====
var n = '';
interface x extends string { }
~~~~~~
!!! Cannot find name 'string'.