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
3.1.3-RC1
class Text(val str: String) object Test: given Conversion[String, Text] = Text(_) def f(x: Text) = println(x.str) f("abc")
Compiles without any diagnostic
there were 1 feature warning(s); re-run with -feature for details
(The missing feature is implicitConversions)
implicitConversions
The text was updated successfully, but these errors were encountered:
Propagate unreported features when flushing a reporter
befe39b
Fixes scala#14500
4a9f226
odersky
Successfully merging a pull request may close this issue.
Compiler version
3.1.3-RC1
Minimized example
Output
Compiles without any diagnostic
Expectation
(The missing feature is
implicitConversions
)The text was updated successfully, but these errors were encountered: