open static fun formatMethodForMessage(name: String, argumentTypes: MutableList<TypeDescriptor>): String
Produce a readable representation for a given method name with specified arguments.
argumentTypes - the types of the arguments to the method
Return
a nicely formatted representation, e.g. foo(String,int)