summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/DummyMirror.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/reflect/DummyMirror.scala')
-rw-r--r--src/library/scala/reflect/DummyMirror.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library/scala/reflect/DummyMirror.scala b/src/library/scala/reflect/DummyMirror.scala
index 8b2ddde2a1..276237fce4 100644
--- a/src/library/scala/reflect/DummyMirror.scala
+++ b/src/library/scala/reflect/DummyMirror.scala
@@ -5,9 +5,10 @@ import scala.reflect.api.Attachment
import scala.reflect.api.Modifier
import scala.reflect.api.Universe
+// todo. make Dummy objects not equal to themselves
class DummyMirror(cl: ClassLoader) extends api.Mirror {
// Members declared in scala.reflect.api.AnnotationInfos
- implicit def classfileAnnotArgManifest: scala.reflect.ClassManifest[ClassfileAnnotArg] = notSupported()
+ implicit def classfileAnnotArgTag: scala.reflect.ClassTag[ClassfileAnnotArg] = notSupported()
type AnnotationInfo = DummyAnnotationInfo.type
object DummyAnnotationInfo
val AnnotationInfo: AnnotationInfoExtractor = DummyAnnotationInfoExtractor