Files
openide/python/testData/formatter/hangingIndentInParameterDefaultValue.py

6 lines
58 B
Python

def funcWithLongName(x=[
],
y=42):
pass