From 6b4b085c7ca3cf600c9909fba1f3b681f9e309a5 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 25 Jun 2003 08:48:44 +0000 Subject: *** empty log message *** --- sources/scalac/symtab/Type.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/scalac/symtab/Type.java b/sources/scalac/symtab/Type.java index 328ef7bacf..6ccedad1ce 100644 --- a/sources/scalac/symtab/Type.java +++ b/sources/scalac/symtab/Type.java @@ -2309,7 +2309,7 @@ public class Type implements Modifiers, Kinds, TypeTags { Type this1 = unbox(); if (this1 != this) return this1; else if (args.length == 0) return this; - else return typeRef(pre, sym, Type.EMPTY_ARRAY); + else return typeRef(sym.owner().thisType(), sym, Type.EMPTY_ARRAY); } default: throw new ApplicationError(); -- cgit v1.2.3