From e59b2669a747d9180538726ae0efa5070a98d382 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 8 Jul 2009 17:07:21 +0000 Subject: Temporarily reverting r18237 on iulian's behalf. --- src/compiler/scala/tools/nsc/typechecker/Namers.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/typechecker/Namers.scala b/src/compiler/scala/tools/nsc/typechecker/Namers.scala index 6268db7024..0b95590aa3 100644 --- a/src/compiler/scala/tools/nsc/typechecker/Namers.scala +++ b/src/compiler/scala/tools/nsc/typechecker/Namers.scala @@ -1094,8 +1094,6 @@ trait Namers { self: Analyzer => } if (!ainfos.isEmpty) annotated.setAnnotations(ainfos) - if (annotated.isTypeSkolem) - annotated.deSkolemize.setAnnotations(ainfos) case _ => } implicit val scopeKind = TypeSigScopeKind -- cgit v1.2.3