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