TypeScript/tests/cases/fourslash/goToImplementationLocal_05.ts
2016-09-13 17:33:49 -07:00

12 lines
311 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should handle calls made the left hand side of a property access expression
//// class Bar {
//// public hello() {}
//// }
////
//// var [|someVar = new Bar()|];
//// someVa/*reference*/r.hello();
verify.allRangesAppearInImplementationList("reference");