Skip to content

Commit 1fd85d7

Browse files
committed
Abstract away Pickle{Buffer,Format}
1 parent 7a3d5e0 commit 1fd85d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compiler/src/scala/tools/nsc/util/package.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ package scala.tools.nsc
22

33
package object util {
44
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+
}
510
}

0 commit comments

Comments
 (0)