dotty.tools.io.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala3-compiler_3 Show documentation
Show all versions of scala3-compiler_3 Show documentation
scala3-compiler-bootstrapped
/* NSC -- new Scala compiler
* Copyright 2005-2012 LAMP/EPFL
* @author Paul Phillips
*/
package dotty.tools
package object io {
type JManifest = java.util.jar.Manifest
type JFile = java.io.File
type JPath = java.nio.file.Path
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy