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

13 lines
330 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should go to class declaration when invoked on this keyword in property access expression
//// [|class Bar extends Foo {
//// hello() {
//// thi/*this_call*/s.whatever();
//// }
////
//// whatever() {}
//// }|]
verify.allRangesAppearInImplementationList("this_call");