TypeScript/tests/cases/fourslash/callHierarchyFunction.ts

21 lines
308 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts" />
//// function foo() {
//// bar();
//// }
////
//// function /**/bar() {
//// baz();
//// quxx();
//// baz();
//// }
////
//// function baz() {
//// }
////
//// function quxx() {
//// }
goTo.marker();
verify.baselineCallHierarchy();