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 + operator on line 21 is mis-aligned, resulting in
+
Error FS0001: The type 'string' does not support the operator '~+'
Here
The text was updated successfully, but these errors were encountered:
I think this is no longer a problem. We can add a regression test for this.
Sorry, something went wrong.
Add regression test for concatenation of multi-line triple quote stri…
54b5ff6
…ngs. Fixes fsprojects#639.
ff30eac
…ngs (#1763) * Add regression test for concatenation of multi-line triple quote strings. Fixes #639. * Update to .NET 5.0.300
Successfully merging a pull request may close this issue.
Description
The
+
operator on line 21 is mis-aligned, resulting inRepro code
Here
The text was updated successfully, but these errors were encountered: