Skip to content

Commit cbde5bd

Browse files
committed
removed unused line (cosmetics to trigger stalled build)
1 parent 8c7aeb7 commit cbde5bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/run-macros/tasty-overload-secondargs/Macro_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ object Macro:
2424
def mThenImpl[A:Type, B:Type, S<:(A=>B) :Type, R:Type](x:Expr[S])(using qctx: QuoteContext):Expr[R]=
2525
import qctx.reflect._
2626
val fun = '{X}.unseal
27-
val wildcard = TypeBounds(quoted.Type[Nothing].unseal.tpe, quoted.Type[Any].unseal.tpe)
2827
val returnType = quoted.Type[(S) => ?].unseal.tpe
2928
val firstPart = Select.overloaded(fun,"andThen",
3029
List(TypeIdent(defn.IntClass).tpe, TypeIdent(defn.IntClass).tpe),

0 commit comments

Comments
 (0)