TypeScript/tests/cases/fourslash/interfaceExtendsPrimitive.ts
2014-07-29 12:17:44 -07:00

8 lines
257 B
TypeScript

/// <reference path="fourslash.ts"/>
// Ensure there is only one error here and that it is in the type ref of the base
//// interface x extends /*1*/string/*2*/ { }
verify.errorExistsBetweenMarkers('1', '2');
verify.numberOfErrorsInCurrentFile(1);