Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0035-3.boo
blob1b5b55430c66f6fa05525d813d929bdf865a061b
1 """
2 BCE0035-3.boo(5,9): BCE0035: 'A.Dispose' conflicts with inherited member 'System.IDisposable.Dispose'.
3 """
4 class A(System.IDisposable):
5 def System.IDisposable.Dispose() as object:
6 pass