Commit 564a3340 authored by Stefan Behnel's avatar Stefan Behnel

Enable a working test.

parent c5259302
......@@ -276,6 +276,9 @@ def cascade():
assert typeof(e) == "double"
def cascaded_assignment():
"""
>>> cascaded_assignment()
"""
a = b = c = d = 1.0
assert typeof(a) == "double"
assert typeof(b) == "double"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment