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.
2 parents 5e91f77 + 093a99b commit 19cdeb4Copy full SHA for 19cdeb4
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.rootTrees(ctx)
116
}
0 commit comments