Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-9
-
None
-
None
Description
The following code:
import javax.swing.JFrame
javax.swing.JFrame foo;
throws the following exception:
Caught: groovy.lang.MissingPropertyException: No such property: foo for class: test
it should declare a variable.