TypeScript/tests/cases/fourslash/callHierarchyJsxElement.ts

18 lines
286 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts" />
// @jsx: preserve
// @filename: main.tsx
//// function foo() {
//// return <Bar/>;
//// }
////
//// function /**/Bar() {
//// baz();
//// }
////
//// function baz() {
//// }
goTo.marker();
verify.baselineCallHierarchy();