Skip to content

Commit c15b184

Browse files
Update i5962.scala
1 parent 337a893 commit c15b184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i5962.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class MatchFactory1[T, S[_]] {
88
object MatcherFactory1 {
99

1010
def impl[T: Type, S[_], M >: MatchFactory1[T, S] <: MatchFactory1[T, S] : Type](self: Expr[M])(implicit refl: Reflection, tpS: Type[S[T]]) =
11-
'{ val a = ~self; a.f }
11+
'{ val a = ${self}; a.f }
1212

1313
}

0 commit comments

Comments
 (0)