Page 1 of 1

problem with "expect Exception"

PostPosted: Sat Dec 13, 2008 1:49 pm
by jonathandavid
When I try to compile the following program:

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

Re: problem with "expect Exception"

PostPosted: Sat Dec 13, 2008 3:04 pm
by Charles
Fixed, tested and checked in.