Skip to content

Commit 6b20da7

Browse files
Fix macro test
1 parent df5f6aa commit 6b20da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos-macros/quoted-pattern-type.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object Lib {
2020
e
2121

2222
case e @ '{ Some($x: Int) } =>
23-
e: Expr[T & Some[Int]]
23+
e: Expr[T] & Expr[Some[Int]]
2424
x: Expr[Int]
2525
e
2626

0 commit comments

Comments
 (0)