TypeScript/tests/cases/fourslash/goToImplementationThis_01.ts

11 lines
283 B
TypeScript
Raw Normal View History

2016-08-22 22:57:40 +02:00
/// <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;
//// }
//// }|]
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("this_type");