repo.or.cz
/
boo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct resolution of inherited default members on external interfaces
[boo.git]
/
tests
/
testcases
/
errors
/
BCE0087-1.boo
blob
9b8bbbff609233953143a6867d8ae31c4c887b21
1
"""
2
BCE0087-1.boo(7,5): BCE0087: Cannot create instance of enum 'Foo'.
3
"""
4
enum
Foo
:
5
Bar
6
7
f
=
Foo
()