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 8c7aeb7 commit cbde5bdCopy full SHA for cbde5bd
tests/run-macros/tasty-overload-secondargs/Macro_1.scala
@@ -24,7 +24,6 @@ object Macro:
24
def mThenImpl[A:Type, B:Type, S<:(A=>B) :Type, R:Type](x:Expr[S])(using qctx: QuoteContext):Expr[R]=
25
import qctx.reflect._
26
val fun = '{X}.unseal
27
- val wildcard = TypeBounds(quoted.Type[Nothing].unseal.tpe, quoted.Type[Any].unseal.tpe)
28
val returnType = quoted.Type[(S) => ?].unseal.tpe
29
val firstPart = Select.overloaded(fun,"andThen",
30
List(TypeIdent(defn.IntClass).tpe, TypeIdent(defn.IntClass).tpe),
0 commit comments