summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala b/src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala
index e2380b7364..4db90c9c3a 100644
--- a/src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala
+++ b/src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala
@@ -1832,9 +1832,9 @@ abstract class GenMSIL extends SubComponent {
// Flags.JAVA: "symbol was not defined by a scala-class" (java, or .net-class)
if (sym == definitions.NothingClass)
- return "scala.All$"
+ return "scala.runtime.Nothing$"
else if (sym == definitions.NullClass)
- return "scala.AllRef$"
+ return "scala.runtime.Null$"
(if (sym.isClass || (sym.isModule && !sym.isMethod))
sym.fullNameString