Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
The following groovy snippet throws an exception because an IntRange is passed into charAt instead of an int:
charList = [0..10].map
{ "supercalifragilisticexpialidocious".charAt(it) }