TypeScript/tests/cases/fourslash/goToImplementationSuper_00.ts

15 lines
344 B
TypeScript
Raw Normal View History

2016-08-22 22:57:40 +02:00
/// <reference path='fourslash.ts'/>
// Should go to super class declaration when invoked on a super call expression
//// class [|Foo|] {
2016-08-22 22:57:40 +02:00
//// constructor() {}
//// }
2016-08-22 22:57:40 +02:00
////
//// class Bar extends Foo {
//// constructor() {
//// su/*super_call*/per();
//// }
//// }
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("super_call");