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
/
BCE0021-1.boo
blob
072e3de375e6b4723f9f7af45693cd862bb65a20
1
"""
2
BCE0021-1.boo(5,8): BCE0021: Namespace 'Bad.Namespace' not found, maybe you forgot to add an assembly reference?
3
"""
4
5
import
Bad
.
Namespace
6
7
print
"ok"
8