Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6-beta-2
-
None
-
None
Description
Integers are not converted to Byte unless cast to byte first. For example, this throws an ArrayStoreException:
Byte[] bytes = [1, 2, 3, 4, 5]
bytes[1] = 50
Test case attached.
Attachments
Attachments
Issue Links
- depends upon
-
GROOVY-3165 Regression in assignment of single character strings to char array element
- Closed