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 0e6dc2e commit cde31beCopy full SHA for cde31be
staging/test-resources/repl-staging/i6007
@@ -3,7 +3,7 @@ scala> import quoted.staging.{Compiler => StagingCompiler, _}
3
scala> implicit def compiler: StagingCompiler = StagingCompiler.make(getClass.getClassLoader)
4
def compiler: quoted.staging.Compiler
5
scala> def v(using Quotes) = '{ (if true then Some(1) else None).map(v => v+1) }
6
-def v(using x$1: quoted.Quotes): quoted.Expr[Option[Int]]
+def v(using x$1: quoted.Quotes): scala.quoted.Expr[Option[Int]]
7
scala> scala.quoted.staging.withQuotes(v.show)
8
val res0: String = (if (true) scala.Some.apply[scala.Int](1) else scala.None).map[scala.Int](((v: scala.Int) => v.+(1)))
9
scala> scala.quoted.staging.run(v)
0 commit comments