Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0134-1.boo
blob8c826bccf32fc041cce99df0f6031ca6692b197f
1 """
2 BCE0134-1.boo(5,9): BCE0134: 'Foo.constructor' cannot return values.
3 """
4 class Foo:
5 def constructor() as int:
6 pass