alien3211

Results 1 issues of alien3211

### Steps to reproduce 1. Put this code in test.py: ```python from typing import List, NewType a = NewType("a", List[int]) def fun() -> a: """Some function.""" data = [1, 2,...

Astroid
Work in progress
typing