From 9bfd5a02498bd7f6d37821520c8bd37f3471229a Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 6 Mar 2009 19:40:02 +0000 Subject: sync --- src/compiler/scala/tools/nsc/symtab/Symbols.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/symtab/Symbols.scala b/src/compiler/scala/tools/nsc/symtab/Symbols.scala index 25be41ee93..addb386467 100644 --- a/src/compiler/scala/tools/nsc/symtab/Symbols.scala +++ b/src/compiler/scala/tools/nsc/symtab/Symbols.scala @@ -1048,7 +1048,7 @@ trait Symbols { */ final def linkedSym: Symbol = if (isTerm) linkedClassOfModule - else if (isClass) owner.info.decl(name.toTermName).suchThat(_ isCoDefinedWith this) + else if (isClass) owner.rawInfo.decl(name.toTermName).suchThat(_ isCoDefinedWith this) else NoSymbol /** For a module class its linked class, for a plain class -- cgit v1.2.3