TypeScript/tests/cases/fourslash/callHierarchyExportDefaultFunction.ts

20 lines
329 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts" />
// @filename: main.ts
//// import bar from "./other";
////
//// function foo() {
//// bar();
//// }
// @filename: other.ts
//// export /**/default function () {
//// baz();
//// }
////
//// function baz() {
//// }
goTo.marker();
verify.baselineCallHierarchy();