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
/
BCE0086-1.boo
blob
72423f28ed4b0f0caaa1b54cbe28563993471ae0
1
"""
2
BCE0086-1.boo(7,5): BCE0086: Cannot create instance of interface 'IFoo'.
3
"""
4
interface
IFoo
:
5
pass
6
7
f
=
IFoo
()