clone() on arrays Follow
It seems that in BaseLanguage, the clone() method is not defined on arrays. Is this intentional or a bug? It is incompatible with Java, so I would call it a bug.
Please sign in to leave a comment.
Plain: int[] clone = new int[10].clone(); works.
The error is “unresolved reference”.