summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-06-06 09:44:13 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-06-08 15:31:52 +0200
commitbdff66e2730518f449634375b1f3d19689d72b1e (patch)
treee7911d43c88d0546b18eaed380aa13503141cb9d /src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala
parent252a44864786b6832b9da4c29d1ac9aad48c4291 (diff)
downloadscala-bdff66e2730518f449634375b1f3d19689d72b1e.tar.gz
scala-bdff66e2730518f449634375b1f3d19689d72b1e.tar.bz2
scala-bdff66e2730518f449634375b1f3d19689d72b1e.zip
removes tags and their incantations from Predef
All tags and reflection-related stuff requires a prefix, be it scala.reflect for simple tags (ArrayTags and ClassTags), or scala.reflect.basis/scala.reflect.runtime.universe for type tags.
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala b/src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala
index 776d61af2f..9d6b4a589c 100644
--- a/src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala
@@ -8,6 +8,7 @@ package typechecker
import symtab.Flags._
import scala.collection.{ mutable, immutable }
import scala.tools.util.StringOps.{ ojoin }
+import scala.reflect.ClassTag
import scala.reflect.runtime.{ universe => ru }
import language.higherKinds