org.pantsbuild.zinc.compiler.native-image-substitutions.substitutions.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zinc-compiler-native-image-substitutions-scala_2.12 Show documentation
Show all versions of zinc-compiler-native-image-substitutions-scala_2.12 Show documentation
Native-image substitutions for Zinc.
The newest version!
package org.pantsbuild.zinc.compiler.substitutions.scala.tools.nsc
import java.io.File
final class Target_scala_tools_nsc_ast_TreeBrowsers$SwingBrowser {
def browse(pName: String, units: List[AnyRef]): Unit = throw new RuntimeException("Swing currently unsupported in the native compiler.")
}
final class Target_sbt_io_IO$ {
def getModifiedTimeOrZero(file: File): Long = file.lastModified()
def setModifiedTimeOrFalse(file: File, mtime: Long): Boolean = file.setLastModified(mtime)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy