class Simple
def main is shared
expect Exception
s = Simple()
I get a compiler error which says something like (I'm translating from Spanish) "error: a previous catch clause already detects all exceptions of that type or of higher type"
Regards,
Manuel