TypeScript/tests/cases/fourslash/goToImplementationLocal_05.ts

13 lines
313 B
TypeScript
Raw Normal View History

2016-08-22 22:57:40 +02:00
/// <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();
2016-08-22 22:57:40 +02:00
//// someVa/*reference*/r.hello();
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("reference");