Files
openide/python/testData/psi/CommaAfterStarArg.py

5 lines
147 B
Python

def some_function(*args,): # <- missing highlighting here
pass
def some_function(**kwargs,): # <- missing highlighting here
pass