Skip to content

Commit 8d9bc59

Browse files
rsshnicolasstucki
andauthored
Update tests/neg-staging/i5941/macro_1.scala
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent bed9f6a commit 8d9bc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg-staging/i5941/macro_1.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Lens {
1717
import util._
1818
// obj.copy(field = value)
1919
def setterBody(obj: Expr[S], value: Expr[T], field: String): Expr[S] =
20-
Select.overloaded(obj.unseal, "copy", Nil, NamedArg(field, value.unseal) :: Nil, TypeBounds.minmax).seal.cast[S]
20+
Select.overloaded(obj.unseal, "copy", Nil, NamedArg(field, value.unseal) :: Nil, TypeBounds.empty).seal.cast[S]
2121

2222
// exception: getter.unseal.underlyingArgument
2323
getter.unseal match {

0 commit comments

Comments
 (0)