tree-sitters/python/test/highlight/parameters.py

5 lines
99 B
Python

def g(h, i, /, j, *, k=100, **kwarg):
# ^ operator
# ^ operator
pass