Files
openide/python/testData/formatter/variableAnnotations.py
2016-09-16 08:16:26 +03:00

2 lines
42 B
Python

x : int
y : Optional[str] = 'foo'