Open cushon opened 10 years ago
Original issue created by lowasser@google.com on 2014-04-09 at 05:42 PM
System.arraycopy is specified with argument types (Object, int, Object, int, int). It can be used for arrays of all types.
It could be useful to enforce its actual type constraints at compile time.
Original issue created by lowasser@google.com on 2014-04-09 at 05:42 PM
System.arraycopy is specified with argument types (Object, int, Object, int, int). It can be used for arrays of all types.
It could be useful to enforce its actual type constraints at compile time.