MagicStack/MagicPython

Feature request: Add scope for annotations

sabbyX opened this issue · 0 comments

There's no scope for annotations

variable: annotations
#           ^^^^^^^^

def function(param: annotations) -> annotations
#                   ^^^^^^           ^^^^^^^

It better have one scope covering them