UnknownMethodError
fun UnknownMethodError(objectName: ObjectVariableNode, methodName: MethodNameNode, objectType: ObjectType? = null, argumentTypes: List<ValueType>? = null)
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.