Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-3
-
None
-
None
Description
Character c1 = 'b'
x = c1 - 1
y = c1 - x
println "c1 = '${c1}'"
println "x = '${x}'"
println "y = '${y}'"
throws:
Caught: groovy.lang.MissingMethodException: No such method: minus for class: java.lang.Character with arguments: [1]