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 8d38d3a commit 357509aCopy full SHA for 357509a
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