We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The toString() method is documented as outputting funcName(args)@fileName:lineNo:colNo. This should be the preferred format IMO.
toString()
funcName(args)@fileName:lineNo:colNo
Code and output use funcName (fileName:lineNo:colNo), and args are not even used in the method.
funcName (fileName:lineNo:colNo)
args
Implement the method to match the documentation.
Expected Behavior
The
toString()method is documented as outputtingfuncName(args)@fileName:lineNo:colNo. This should be the preferred format IMO.Current Behavior
Code and output use
funcName (fileName:lineNo:colNo), andargsare not even used in the method.Steps to Reproduce (for bugs)
Context
Your Environment
Possible Solution
Implement the method to match the documentation.