Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0096-1.boo
blob840a2927d833112f05c661aeafc31a99dd45a7b2
1 """
2 BCE0096-1.boo(7,9): BCE0096: Method 'Foo.Bar' already has a label 'label'.
3 """
4 class Foo:
5 def Bar():
6 :label
7 :label
9 :label