Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0086-1.boo
blob72423f28ed4b0f0caaa1b54cbe28563993471ae0
1 """
2 BCE0086-1.boo(7,5): BCE0086: Cannot create instance of interface 'IFoo'.
3 """
4 interface IFoo:
5 pass
7 f = IFoo()