Files
openide/python/testData/quickFixes/PyRemoveUnusedLocalQuickFixTest/removeChainedAssignmentStatementUnpackingFirstTarget.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
58 B
Python

def f():
a = <caret>unused, b = 42, 42
return a, b