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 2855693 commit 233e6fcCopy full SHA for 233e6fc
compiler/test/dotty/tools/repl/ShadowingTests.scala
@@ -33,7 +33,7 @@ object ShadowingTests:
33
val subdir = dir.resolve(name)
34
try Files.createDirectory(subdir)
35
catch case _: java.nio.file.FileAlreadyExistsException =>
36
- assert(Files.isDirectory(subdir), s"failed to create shadowed subdirectory $subdir")
+ assert(Files.isDirectory(subdir), s"failed to create shadowed subdirectory $subdir")
37
subdir
38
39
// The directory on the classpath containing artifacts to be shadowed
0 commit comments