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

7 lines
No EOL
208 B
Text

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