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 3179b21 commit 3048b39Copy full SHA for 3048b39
tests/pos/i7078.scala
@@ -1,7 +1,7 @@
1
trait A
2
class B extends A
3
4
-transparent inline given tc as _: A = B()
+transparent inline given tc as A = B()
5
6
val x: B = summon[A]
7
0 commit comments