Files
openide/python/testData/quickFixes/PyRemoveParameterQuickFixTest/param_after.py

6 lines
57 B
Python

def foo():
def a():
pass
x = 1
x = 2