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 52b65d4 commit b46ac5aCopy full SHA for b46ac5a
core/shared/src/main/scala-0.22/scodec/bits/ByteVectorPlatform.scala
@@ -7,7 +7,7 @@ import scala.util.FromDigits
7
// TODO: as of 0.22, making this private[bits] results in errors like the following at call sites:
8
// scala> val b: ByteVector = 0x00112233_44556677_8899aabb_ccddeeff_fedba098
9
// trait ByteVectorPlatform cannot be accessed as a member of scodec.bits from module class rs$line$2$.
10
-private[bits] trait ByteVectorPlatform { self: ByteVector.type =>
+trait ByteVectorPlatform { self: ByteVector.type =>
11
12
class FromDigits extends FromDigits.WithRadix[ByteVector] {
13
def fromDigits(digits: String, radix: Int): ByteVector =
0 commit comments