Consider the following: ```groovy String[] arr = ... def str = Arrays.toString(arr) ``` `toString` is incorrectly inferencing as `Class.toString()`.
Consider the following:
toStringis incorrectly inferencing asClass.toString().