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 4651177 commit a1a92a5Copy full SHA for a1a92a5
tests/neg/i7248.scala
@@ -0,0 +1,4 @@
1
+object Test extends App {
2
+ given f[H](given h: H): H = h
3
+ summon[Int] // error
4
+}
0 commit comments