summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/introduceConstant/fromParameterDefaultValue.py
blob: 507a2df4f623a22b073e74e35f02332722bfbd2c (plain)
1
2
def func(x=<selection>1 + 2</selection> + 3):
    pass