Files
openide/python/testData/quickFixes/PyRemoveUnusedLocalQuickFixTest/removeChainedAssignmentStatementSecondTarget.py
andrey.matveev 3b99571638 PY-28782 Fix remove assignment expression target inspection for multiple targets
(cherry picked from commit 2a8862d459955a23def7941229007e26d076c54e)

IJ-CR-4054

GitOrigin-RevId: 0068c0195a89e2272e9c632acc5494ea7ff0b120
2020-12-17 12:54:21 +00:00

3 lines
47 B
Python

def f():
a = b<caret> = 0
return a