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 187c61a commit 750f677Copy full SHA for 750f677
compiler/test/dotty/tools/vulpix/ParallelTesting.scala
@@ -128,7 +128,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
128
/** A group of files that may all be compiled together, with the same flags
129
* and output directory
130
*/
131
- private final case class JointCompilationSource(
+ private case class JointCompilationSource(
132
name: String,
133
files: Array[JFile],
134
flags: TestFlags,
0 commit comments