abstract fun newMethodCallFormatter(): MethodCallFormatter
Creates a MethodCallFormatter which represents arguments of a method call by using their Any.toString representation with the exception of:
") and line breaks (CR or/and LF) are escaped so that the
whole representation remains on one line.')Return
The newly created method call formatter.