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 52a0135 commit 3dafa77Copy full SHA for 3dafa77
sourcecode/jvm/src/test/scala/sourcecode/TestUtil.scala
@@ -6,7 +6,7 @@ object TestUtil {
6
lazy val isDotty = {
7
val cl: ClassLoader = Thread.currentThread().getContextClassLoader
8
try {
9
- cl.loadClass("dotty.DottyPredef")
+ cl.loadClass("scala.runtime.Scala3RunTime")
10
true
11
} catch {
12
case _: ClassNotFoundException =>
0 commit comments