Skip to content

⬅️ Back to Table of Contents

📄 method.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 3

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/class/expression/method.ts

Variables & Constants

Name Type Kind Value Exported
A typeof A const `class {
method(a, [b], { c }, d = 1, e = a, f) {
a;
}
}`
unresolved1 { (): any; <T>(): void; <T extends object = object>(): void; (): void; (a: number): number; (): void; (a: number): void; (): void; (a: number): void; <T>(): void; (a: number): number; (): void; (): void; } const f
unresolved2 any const method