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

21 lines
491 B
TypeScript

/// <reference path='fourslash.ts' />
////let A = class Foo {
//// [|private|] foo;
//// [|private|] private;
//// constructor([|private|] y: string, public x: string) {
//// }
//// [|private|] method() { }
//// public method2() { }
//// [|private|] static static() { }
////}
////
////let B = class D {
//// constructor(private x: number) {
//// }
//// private test() {}
//// public test2() {}
////}
verify.rangesAreOccurrences(false);