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

4 lines
41 B
Python

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