TypeScript/tests/cases/fourslash/callHierarchyConstNamedClassExpression.ts

18 lines
284 B
TypeScript
Raw Normal View History

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