All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dotty.tools.repl.MyRendering.scala Maven / Gradle / Ivy

The newest version!
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()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy