Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0089-8.boo
blob20db22ee30368230f45598ed6d839892c5bcc568
1 """
2 BCE0089-8.boo(7,5): BCE0089: Type 'Foo' already has a definition for 'bar'.
3 """
4 class Foo:
5 bar
7 bar:
8 get:
9 return null