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.
1 parent fb03b2b commit 68542fcCopy full SHA for 68542fc
compiler/src/dotty/tools/repl/AbstractFileClassLoader.scala
@@ -91,7 +91,7 @@ class AbstractFileClassLoader(val root: AbstractFile, parent: ClassLoader, instr
91
return loaded
92
93
// Don't instrument JDK classes or StopRepl
94
- name match{
+ name match {
95
case s"java.$_" => super.loadClass(name)
96
case s"javax.$_" => super.loadClass(name)
97
case s"sun.$_" => super.loadClass(name)
0 commit comments