Consider the following: ```groovy def test(int[] ints) { ints.sort() } ``` `sort` extension method is not available for primitive arrays. 