Files
openide/python/testData/resolve/TopLevelVariableAnnotationFromTyping.py

4 lines
49 B
Python

from typing import List
xs: List = []
<ref>