Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
def a, b, c, d (a, b) = [1, 2] (c, d) = (a, b) = [1, 2] // fails, ')' expected after 'a' (c, d) = a = (a, b) = [1, 2] // works though
Attachments
Issue Links
- links to