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 a2abd6c commit df877cbCopy full SHA for df877cb
tests/pos/i7262.scala
@@ -0,0 +1,6 @@
1
+import scala.quoted._
2
+class Foo {
3
+ def f[T](t: Type[T])(using QuoteContext) = t match {
4
+ case '[ Int *: Unit ] =>
5
+ }
6
+}
0 commit comments