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 4d6b82e commit 0802f47Copy full SHA for 0802f47
compiler/test/dotty/tools/dotc/reporting/UserDefinedErrorMessages.scala
@@ -113,7 +113,7 @@ class UserDefinedErrorMessages extends ErrorMessagesTest {
113
|class C {
114
| @annotation.implicitAmbiguous("msg A=${A}")
115
| implicit def f[A](implicit x: String): Int = 1
116
- | implicit def g: Int = 2
+ | implicit def g(implicit x: String): Int = 2
117
| def test: Unit = {
118
| implicit val s: String = "Hello"
119
| implicitly[Int]
0 commit comments