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
/
BCE0097-2.boo
blob
46bed2d8a71787c79da2af7d1911e57932b2fa6f
1
"""
2
BCE0097-2.boo(5,10): BCE0097: Cannot branch into try block.
3
"""
4
try
:
5
goto
start
6
ensure
:
7
pass
8
9
try
:
10
:
start
11
ensure
:
12
pass