Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0087-1.boo
blob9b8bbbff609233953143a6867d8ae31c4c887b21
1 """
2 BCE0087-1.boo(7,5): BCE0087: Cannot create instance of enum 'Foo'.
3 """
4 enum Foo:
5 Bar
7 f = Foo()