mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
a trailing comma in argument list is not an error (PY-4016)
This commit is contained in:
2
python/testData/psi/TrailingCommaInArgList.py
Normal file
2
python/testData/psi/TrailingCommaInArgList.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def some_function(a,):
|
||||
pass
|
||||
Reference in New Issue
Block a user