Consider the following: ```groovy def m = String.getMethod('toLowerCase') ``` `getMethod` is incorrectly inferencing as unknown. When at least one more parameter is added for the argument type(s), it infers correctly.
Consider the following:
getMethodis incorrectly inferencing as unknown. When at least one more parameter is added for the argument type(s), it infers correctly.