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 a4b60c4 commit 093a99bCopy full SHA for 093a99b
compiler/test/dotty/tools/dotc/core/tasty/CommentPicklingTest.scala
@@ -110,7 +110,7 @@ class CommentPicklingTest {
110
implicit val (_, ctx: Context) = setup(args, initCtx)
111
ctx.initialize()
112
val trees = files.flatMap { f =>
113
- val unpickler = new DottyUnpickler(f.bytes().toArray)
+ val unpickler = new DottyUnpickler(f.toByteArray())
114
unpickler.enter(roots = Set.empty)
115
unpickler.trees(ctx)
116
}
0 commit comments