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 12ae63a commit be30a87Copy full SHA for be30a87
library/src/scala/internal/quoted/PickledExpr.scala
@@ -3,7 +3,7 @@ package scala.internal.quoted
3
import scala.quoted._
4
import scala.internal.tasty.CompilerInterface.quoteContextWithCompilerInterface
5
6
-/** An Expression that is pickled in a */
+/** An expression that is pickled in a quote */
7
trait PickledExpr[+T]:
8
def unpickle(): QuoteContext ?=> Expr[T]
9
0 commit comments