We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
dotty> ('a', 98): (Char, Char) ^ ('a', 98): (Char, Char) <console>:5: error: type mismatch: found : Int(98) required: T2
scalac> ('a', 98): (Char, Char) res4: (Char, Char) = (a,b)
The text was updated successfully, but these errors were encountered:
Fix: scala#1366, constant adaptation
9082ec9
Fix: scala#1366. Constant adaptation did not work if the expected type was an as yet uninstantiated type variable.
bcf6354
Test for scala#1366
ed697f5
Merge pull request #1371 from dotty-staging/fix-#1366
6ca5b9d
Fix #1366: constant adaptation
No branches or pull requests
The text was updated successfully, but these errors were encountered: