TypeScript/tests/cases/fourslash_old/constructorOverloadWithoutImplementation2.ts
2014-07-12 17:30:19 -07:00

9 lines
189 B
TypeScript

/// <reference path='fourslash.ts'/>
////class C {
//// constructor();
//// constructor(x);
//// /*1*/foo/*2*/(x, y) { }
////}
verify.errorExistsBetweenMarkers('1', '2');