Overloaded functions now return values even if nothing matches

This commit is contained in:
Dave Halter
2018-12-09 12:43:55 +01:00
parent ae1f5fa511
commit 2c5e2609f3
2 changed files with 19 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ def we_can_has_sequence(p, q, r, s, t, u):
t[1]
#? ["append"]
u.a
#?
#? float() list()
u[1.0]
#? float()
u[1]