repo.or.cz
/
boo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct resolution of inherited default members on external interfaces
[boo.git]
/
tests
/
testcases
/
errors
/
BCE0060-2.boo
blob
7dccd106a7e1556a92b903ac494ca0504fadd273
1
"""
2
BCE0060-2.boo(5,18): BCE0060: 'Foo.Equals(Foo)': no suitable method found to override.
3
"""
4
class
Foo
:
5
override def
Equals
(
f
as
Foo
):
6
pass
7