Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0081-1.boo
blob3e9f08f6bf1161061f1cc8b4c26d57cd3d53a772
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')