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