
|
If you were logged in you would be able to see more operations.
|
|
|
Boo
Created: 19/May/07 03:51 PM
Updated: 11/Jun/07 03:31 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.7.7
|
| Fix Version/s: |
0.7.8
|
|
class Foo:
def bar(i as int):
print i
f as duck = Foo()
f.bar(1.0) # throws MissingMethodException here
|
|
Description
|
class Foo:
def bar(i as int):
print i
f as duck = Foo()
f.bar(1.0) # throws MissingMethodException here |
Show » |
| There are no comments yet on this issue.
|
|