TypeScript/tests/cases/fourslash/callHierarchyCallExpressionByConstNamedFunctionExpression.ts
Song d897646a4a
fix 39453 (#39579)
* fix 39453

* add restriction.

* add tests

* comment.

* fix as suggestion.
2020-07-21 09:40:25 -07:00

17 lines
260 B
TypeScript

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