dotty.tools.repl.MyRendering.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soundprocesses-compiler_3 Show documentation
Show all versions of soundprocesses-compiler_3 Show documentation
Compiler-support for Sound Processes
package dotty.tools
package repl
import dotty.tools.dotc.core.Contexts.Context
class MyRendering(parentClassLoader: Option[ClassLoader] = None) extends Rendering(parentClassLoader) {
override def classLoader()(using Context): ClassLoader = super.classLoader()
}