TypeScript/tests/baselines/reference/errorLocationForInterfaceExtension.js

9 lines
153 B
JavaScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [errorLocationForInterfaceExtension.ts]
var n = '';
interface x extends string { }
//// [errorLocationForInterfaceExtension.js]
var n = '';