Skip to content

Commit 5f19fcd

Browse files
committed
fix: avoid warning about public flexible type in the stdlib
1 parent fe49539 commit 5f19fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class ScalaCompilerForUnitTesting {
171171
val virtualSrcFiles = srcFiles.toArray
172172
val classesOutputPath = classesOutput.getAbsolutePath()
173173
val output = new SingleOutput:
174-
def getOutputDirectory() = classesOutput
174+
def getOutputDirectory(): File = classesOutput
175175

176176
val maybeSourcePath = if extraFiles.isEmpty then Nil else List("-sourcepath", temp.getAbsolutePath.toString)
177177

0 commit comments

Comments
 (0)