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
/
BCE0018-1.boo
blob
2c17ba11385473897793d0d7878fae10b057cbd5
1
"""
2
BCE0018-1.boo(4,11): BCE0018: The name 'Bar' does not denote a valid type.
3
"""
4
class
Foo
(
Bar
):
5
def constructor
():
6
pass