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

11 lines
283 B
TypeScript

/// <reference path='fourslash.ts'/>
// Should go to class declaration when invoked on a this type reference
//// [|class Bar extends Foo {
//// hello(): th/*this_type*/is {
//// return this;
//// }
//// }|]
verify.allRangesAppearInImplementationList("this_type");