From f5b0d7b42c73327ce2392f3e498a72cd652e2064 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Mon, 2 Jul 2012 10:59:01 +0200 Subject: better module classes support in the reflection API --- src/reflect/scala/reflect/internal/Symbols.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/reflect') diff --git a/src/reflect/scala/reflect/internal/Symbols.scala b/src/reflect/scala/reflect/internal/Symbols.scala index a3893a0236..b69accaa75 100644 --- a/src/reflect/scala/reflect/internal/Symbols.scala +++ b/src/reflect/scala/reflect/internal/Symbols.scala @@ -539,7 +539,6 @@ trait Symbols extends api.Symbols { self: SymbolTable => def isConcreteClass = false def isImplClass = false // the implementation class of a trait def isJavaInterface = false - def isModuleClass = false def isNumericValueClass = false def isPrimitiveValueClass = false def isRefinementClass = false -- cgit v1.2.3