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.
using
1 parent a5fce18 commit f57fb8eCopy full SHA for f57fb8e
compiler/src/dotty/tools/repl/Rendering.scala
@@ -33,7 +33,7 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None):
33
private var myReplStringOf: Object => String = _
34
35
/** Class loader used to load compiled code */
36
- private[repl] def classLoader()(using ctx: Context) =
+ private[repl] def classLoader()(using Context) =
37
if (myClassLoader != null && myClassLoader.root == ctx.settings.outputDir.value) myClassLoader
38
else {
39
val parent = Option(myClassLoader).orElse(parentClassLoader).getOrElse {
0 commit comments