From 2a14dd2d23e78775301d38dd235873e5cddc6e23 Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Fri, 27 Jul 2012 11:32:29 +0200 Subject: Fixed SI-5031. Only consider classes when looking for companion class. sym.effectiveOwner revealed this piece of inconsistency. companionModule is fine because similar check is there already. Review by @paulp. --- src/compiler/scala/tools/nsc/doc/model/IndexModelFactory.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler') diff --git a/src/compiler/scala/tools/nsc/doc/model/IndexModelFactory.scala b/src/compiler/scala/tools/nsc/doc/model/IndexModelFactory.scala index f4c96505a7..9d141efe0a 100755 --- a/src/compiler/scala/tools/nsc/doc/model/IndexModelFactory.scala +++ b/src/compiler/scala/tools/nsc/doc/model/IndexModelFactory.scala @@ -8,7 +8,6 @@ package doc package model import scala.collection._ -import language.reflectiveCalls object IndexModelFactory { -- cgit v1.2.3