Community
Participate
Working Groups
Currently, the following code raises no validation error: --- class foo { def bar() throws Integer { } } --- However, the generated Java code shows this error: "No exception of type Integer can be thrown; an exception type must be a subclass of Throwable"
pushed fix and tests to master.
Closing all bugs that were set to RESOLVED before Neon.0