From 5055ee1d62cd486e50dc13ca9275be91ebb78cc5 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Tue, 13 Apr 2010 10:31:39 +0000 Subject: fixed most of stability, reviewed by iuli, so n... fixed most of stability, reviewed by iuli, so no review. continuations.jar is still failing stability, i'll look at that. --- src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala b/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala index ec0e64006c..5f18bb84ba 100644 --- a/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala +++ b/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala @@ -82,7 +82,7 @@ abstract class SpecializeTypes extends InfoTransform with TypingTransformers { } /** For a given class and concrete type arguments, give its specialized class */ - val specializedClass: mutable.Map[(Symbol, TypeEnv), Symbol] = new mutable.HashMap + val specializedClass: mutable.Map[(Symbol, TypeEnv), Symbol] = new mutable.LinkedHashMap /** Returns the generic class that was specialized to 'cls', or * 'cls' itself if cls is not a specialized subclass. -- cgit v1.2.3