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
/
BCE0081-1.boo
blob
3e9f08f6bf1161061f1cc8b4c26d57cd3d53a772
1
"""
2
BCE0081-1.boo(5,1): BCE0081: A raise statement with no arguments is not allowed outside an exception handler.
3
"""
4
print
(
'start'
)
5
raise
6
print
(
'end'
)
7