Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-beta-3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
the following code fragment returns a MissingPropertyException:
-----------------
import static java.lang.Math.*
println cos(2*PI)
-----------------
With past versions it worked.
See also
GROOVY-1978GROOVY-1978