<!-- !!IMPORTANT!! If you are reporting a bug for Oxlint or the Oxc VSCode extension, please use the "Linter bug report" template instead. You can find it here: https://github.com/oxc-project/oxc/issues/new?labels=C-bug,A-linter&projects=&template=linter_bug_report.yaml&title=linter:+ --> ```js // Valid function a() { var b; function b() { } }` // Invalid function a() { class b { }; function b() { } } ``` Reporting by https://github.com/oxc-project/monitor-oxc/actions/runs/14189330473/job/39750446597