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
/
BCE0035-3.boo
blob
1b5b55430c66f6fa05525d813d929bdf865a061b
1
"""
2
BCE0035-3.boo(5,9): BCE0035: 'A.Dispose' conflicts with inherited member 'System.IDisposable.Dispose'.
3
"""
4
class
A
(
System
.
IDisposable
):
5
def
System
.
IDisposable
.
Dispose
()
as
object
:
6
pass