Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0097-2.boo
blob46bed2d8a71787c79da2af7d1911e57932b2fa6f
1 """
2 BCE0097-2.boo(5,10): BCE0097: Cannot branch into try block.
3 """
4 try:
5 goto start
6 ensure:
7 pass
9 try:
10 :start
11 ensure:
12 pass