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.
1 parent 7ec4fea commit b9e1e7cCopy full SHA for b9e1e7c
compiler/test/dotty/tools/dotc/reporting/UserDefinedErrorMessages.scala
@@ -88,6 +88,7 @@ class UserDefinedErrorMessages extends ErrorMessagesTest {
88
checkMessagesAfter("frontend") {
89
"""
90
|class C {
91
+ | import scala.language.implicitConversions
92
| @annotation.implicitAmbiguous("msg A=${A}")
93
| implicit def f[A](x: Int): String = "f was here"
94
| implicit def g(x: Int): String = "f was here"
0 commit comments