Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-3
-
Fix Version/s: 1.0-beta-4
-
Component/s: None
-
Labels: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]