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

9 lines
153 B
JavaScript

//// [errorLocationForInterfaceExtension.ts]
var n = '';
interface x extends string { }
//// [errorLocationForInterfaceExtension.js]
var n = '';