TypeScript/tests/cases/fourslash/goToImplementationClassMethod_00.ts

11 lines
347 B
TypeScript
Raw Normal View History

2016-08-22 22:57:40 +02:00
/// <reference path='fourslash.ts'/>
// Should handle calls made on members declared in a class
//// class Bar {
//// [|{|"parts": ["(","method",")"," ","Bar",".","hello","(",")",":"," ","void"], "kind": "method"|}hello() {}|]
2016-08-22 22:57:40 +02:00
//// }
////
//// new Bar().hel/*reference*/lo;
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("reference");