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
/
BCE0100-1.boo
blob
d0848a0c1b6a2bd25a21484e4f55e3331357abda
1
"""
2
BCE0100-1.boo(6,9): BCE0100: yield cannot be used inside constructors.
3
"""
4
class
Foo
:
5
def constructor
():
6
yield
0