TypeScript/tests/cases/fourslash/failureToImplementClass.ts

9 lines
262 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
////interface IExec {
//// exec: (filename: string, cmdLine: string) => boolean;
////}
////class /*1*/NodeExec/*2*/ implements IExec { }
verify.errorExistsBetweenMarkers("1", "2");
verify.numberOfErrorsInCurrentFile(1);