Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-5
-
None
Description
interface Foo {
void bar1() throws Exception
void bar2() thorws Exception
}
this fails since groovy expects a ";" the the end of the first method declaration. But this should be optional