Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 165 Bytes

nonlocal-without-binding.md

File metadata and controls

7 lines (4 loc) · 165 Bytes

Pattern: Nonlocal variable without binding

Issue: -

Description

Emitted when a nonlocal variable does not have an attached name somewhere in the parent scopes.