Erama
Results
1
issues of
Erama
Using Array.Sort gives IL2CPU error Excerpt of malfunctioning code: ```csharp int[] array = new int[3]; array[0] = 0; array[1] = 4; array[2] = -1; Array.Sort(array); for (int i = 0;...
Complexity: Medium
Priority: Low
Area: Plugs