Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0100-1.boo
blobd0848a0c1b6a2bd25a21484e4f55e3331357abda
1 """
2 BCE0100-1.boo(6,9): BCE0100: yield cannot be used inside constructors.
3 """
4 class Foo:
5 def constructor():
6 yield 0