Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
the following code fragment returns a MissingPropertyException:
-----------------
import static java.lang.Math.*
println cos(2*PI)
-----------------
With past versions it worked.