IDEA should not suggest creating the class /length/ in the code below:
(see attachment)

     public static int[] sort( int[] i_data )
     {
         int[] result = new int[i_data.length|];
         return result;
     }

GIF image

Reply via email to