Skip to content

⬅️ Back to Table of Contents

📄 inherited-scope.ts

📊 Analysis Summary

Metric Count
🔧 Functions 1
📊 Variables & Constants 1

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/functions/function-expression/inherited-scope.ts

Variables & Constants

Name Type Kind Value Exported
parentScoped 1 const 1

Functions

foo(): void

Code
function () {
  parentScoped + 1;
}
  • Return Type: void