Files
openide/python/testData/codeInsight/smartEnter/argumentsFirst_after.py
2010-04-22 18:51:03 +04:00

4 lines
42 B
Python

def foo(*a):
pass
foo(1, 2, 3)<caret>