Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-5
-
None
-
Any platform
Description
The following code in a single file, Foo.groovy will generate the "Caught a bug" error message:
<Foo.groovy>
class Foo {
void run()
}
new Foo().run()
</Foo.groovy>