Commit 74788b10 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Default args weren't supported, but now it warns on them; take it out of this test case

parent e2d6c6cf
def double(x=1): def double(x):
return x * 2 return x * 2
def f2(x): def f2(x):
return 0 return 0
......
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