TypeScript/tests/cases/fourslash_old/constructorOverloadWithoutImplementation2.ts

9 lines
189 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts'/>
////class C {
//// constructor();
//// constructor(x);
//// /*1*/foo/*2*/(x, y) { }
////}
verify.errorExistsBetweenMarkers('1', '2');