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.
2 parents af80109 + df877cb commit d487745Copy full SHA for d487745
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