summaryrefslogtreecommitdiff
path: root/src/reflect
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-07-02 10:59:01 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-07-02 11:39:53 +0200
commitf5b0d7b42c73327ce2392f3e498a72cd652e2064 (patch)
tree8e57596d3160604c00e0666a4270f3c2f488e7c0 /src/reflect
parent0a9cea6ea58571deb67d60193d60d12be6bb0233 (diff)
downloadscala-f5b0d7b42c73327ce2392f3e498a72cd652e2064.tar.gz
scala-f5b0d7b42c73327ce2392f3e498a72cd652e2064.tar.bz2
scala-f5b0d7b42c73327ce2392f3e498a72cd652e2064.zip
better module classes support in the reflection API
Diffstat (limited to 'src/reflect')
-rw-r--r--src/reflect/scala/reflect/internal/Symbols.scala1
1 files changed, 0 insertions, 1 deletions
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