Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
println 1 >> 6
results in:
Caught: groovy.lang.MissingMethodException: No such method: rightShift for class: java.lang.Integer with arguments: [6]
groovy.lang.MissingMethodException: No such method: rightShift for class: java.lang.Integer with arguments: [6]
at groovy.lang.MetaClass.invokeMethod(MetaClass.java:307)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:130)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:106)
at test6.run(test6.groovy)
Attachments
Issue Links
- duplicates
-
GROOVY-366 65 << 2 gets No such method: leftShift for class: java.lang.Integer with arguments: [2]
- Closed