Skip to content

Commit cde31be

Browse files
committed
Adapt REPL test output
1 parent 0e6dc2e commit cde31be

File tree

1 file changed

+1
-1
lines changed
  • staging/test-resources/repl-staging

1 file changed

+1
-1
lines changed

staging/test-resources/repl-staging/i6007

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ scala> import quoted.staging.{Compiler => StagingCompiler, _}
33
scala> implicit def compiler: StagingCompiler = StagingCompiler.make(getClass.getClassLoader)
44
def compiler: quoted.staging.Compiler
55
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]]
6+
def v(using x$1: quoted.Quotes): scala.quoted.Expr[Option[Int]]
77
scala> scala.quoted.staging.withQuotes(v.show)
88
val res0: String = (if (true) scala.Some.apply[scala.Int](1) else scala.None).map[scala.Int](((v: scala.Int) => v.+(1)))
99
scala> scala.quoted.staging.run(v)

0 commit comments

Comments
 (0)