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 fb6c659 commit 7bf9c7dCopy full SHA for 7bf9c7d
tests/pos-macros/quoted-pattern-type.scala
@@ -20,7 +20,7 @@ object Lib {
20
e
21
22
case e @ '{ Some($x: Int) } =>
23
- e: Expr[T & Some[Int]]
+ e: Expr[T] & Expr[Some[Int]]
24
x: Expr[Int]
25
26
0 commit comments