From 31b6dbf1c50b4b6fe3664691403e694de6a01513 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 17 Jul 2007 18:44:41 +0000 Subject: fixed 1085 (tentatively -- Martin, please review) --- src/compiler/scala/tools/nsc/symtab/classfile/Pickler.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/symtab/classfile/Pickler.scala b/src/compiler/scala/tools/nsc/symtab/classfile/Pickler.scala index 774d104925..84f7d37f83 100644 --- a/src/compiler/scala/tools/nsc/symtab/classfile/Pickler.scala +++ b/src/compiler/scala/tools/nsc/symtab/classfile/Pickler.scala @@ -106,7 +106,7 @@ abstract class Pickler extends SubComponent { putSymbol(sym.owner) putSymbol(sym.privateWithin) putType(sym.info) - if (sym.thisSym.tpe != sym.tpe) + if (sym.thisSym.tpeHK != sym.tpeHK) putType(sym.typeOfThis); putSymbol(sym.alias) if (!sym.children.isEmpty) { -- cgit v1.2.3