TypeScript/tests/cases/fourslash/getOccurrencesClassExpressionConstructor.ts
2017-01-18 13:55:31 -08:00

17 lines
342 B
TypeScript

/// <reference path='fourslash.ts' />
////let A = class Foo {
//// [|constructor|]();
//// [|constructor|](x: number);
//// [|constructor|](y: string);
//// [|constructor|](a?: any) {
//// }
////}
////
////let B = class D {
//// constructor(x: number) {
//// }
////}
verify.rangesAreOccurrences(false);