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.
Pickle{Buffer,Format}
1 parent 54a3be6 commit f353087Copy full SHA for f353087
compiler/src/scala/tools/nsc/util/package.scala
@@ -2,4 +2,9 @@ package scala.tools.nsc
2
3
package object util {
4
type WeakHashSet[T >: Null <: AnyRef] = dotty.tools.dotc.util.WeakHashSet[T]
5
+
6
+ object pickling {
7
+ type PickleBuffer = dotty.tools.dotc.core.unpickleScala2.PickleBuffer
8
+ val PickleFormat = dotty.tools.dotc.core.unpickleScala2.PickleFormat
9
+ }
10
}
0 commit comments