UnknownMethodError  
          fun UnknownMethodError(objectName: ObjectVariableNode, methodName: MethodNameNode, objectType: ObjectType? = null, argumentTypes: List<ValueType>? = null)
Content copied to clipboard
Parameters
objectName 
Receiver of the method.
methodName 
The unrecognized method.
objectType 
Inferred type of the object.
argumentTypes 
Types of the arguments the method was called with.