We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code below produces an unnecessary call to ToString() returning the instance address instead of the string value.
ToString()
class Test { function : Main(args : String[]) ~ Nil { a := System.Time.Date->New()->ToString() + "\n\t"; a->PrintLine(); } }
The text was updated successfully, but these errors were encountered:
fixed bug #502
ac9dd3e
fixing test case findings for bug #502
faf5192
Closed with v2024.9.0
Sorry, something went wrong.
objeck
No branches or pull requests
The code below produces an unnecessary call to
ToString()
returning the instance address instead of the string value.The text was updated successfully, but these errors were encountered: