TypeScript/tests/cases/fourslash/goToImplementationThis_01.ts

12 lines
284 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 {
2016-08-22 22:57:40 +02:00
//// hello(): th/*this_type*/is {
//// return this;
//// }
//// }
2016-08-22 22:57:40 +02:00
verify.allRangesAppearInImplementationList("this_type");