Closed MarcelTon closed 6 years ago
When using: def method(self, paramater: str)
This throws: The token COLON should be one of those: COMMA, DOUBLE_STAR, LEFT_PARENTHESIS, NAME, RIGHT_PARENTHESIS, STAR
But should be accepted as designed by: https://www.python.org/dev/peps/pep-0484/
Duplicate with #127
When using: def method(self, paramater: str)
This throws: The token COLON should be one of those: COMMA, DOUBLE_STAR, LEFT_PARENTHESIS, NAME, RIGHT_PARENTHESIS, STAR
But should be accepted as designed by: https://www.python.org/dev/peps/pep-0484/