Closed
Description
The repl relies on https://github.com/lampepfl/dotty/blob/master/compiler/src/dotty/tools/repl/AbstractFileClassLoader.scala which handle classes but not resources, the Scala 2 version of this class is much more complete and should be ported over: https://github.com/scala/scala/blob/2.13.x/src/reflect/scala/reflect/internal/util/AbstractFileClassLoader.scala (there's even tests for it! https://github.com/scala/scala/blob/2.13.x/test/junit/scala/reflect/internal/util/AbstractFileClassLoaderTest.scala)