Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 147 Bytes

nonlocal-and-global.md

File metadata and controls

7 lines (4 loc) · 147 Bytes

Pattern: Name is both nonlocal and global

Issue: -

Description

Emitted when a name is found to be both nonlocal and global in the same scope.