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
/
BCE0134-1.boo
blob
8c826bccf32fc041cce99df0f6031ca6692b197f
1
"""
2
BCE0134-1.boo(5,9): BCE0134: 'Foo.constructor' cannot return values.
3
"""
4
class
Foo
:
5
def constructor
()
as
int
:
6
pass
7