From a21098b9cb410f0e645ecf0b7c5df4808dabc377 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Tue, 23 Nov 2004 13:20:43 +0000 Subject: [MSIL] Do not initialize the TYPE_CLASS symbol;... [MSIL] Do not initialize the TYPE_CLASS symbol; class scala.Type is not in the .NET version of the Scala library --- sources/scalac/symtab/Definitions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/scalac/symtab/Definitions.java b/sources/scalac/symtab/Definitions.java index 259e66a17d..34a6f72bbc 100644 --- a/sources/scalac/symtab/Definitions.java +++ b/sources/scalac/symtab/Definitions.java @@ -720,7 +720,7 @@ public class Definitions { SEQ_CLASS = getClass("scala.Seq"); LIST_CLASS = getClass("scala.List"); ARRAY_CLASS = getClass("scala.Array"); - TYPE_CLASS = getClass("scala.Type"); + TYPE_CLASS = getJVMClass("scala.Type"); CLASSTYPE_CLASS = getJVMClass("scala.runtime.types.ClassType"); JAVACLASSTYPE_CLASS = getJVMClass("scala.runtime.types.JavaClassType"); -- cgit v1.2.3