summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Global.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/Global.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/Global.scala')
-rw-r--r--src/compiler/scala/tools/nsc/Global.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/Global.scala b/src/compiler/scala/tools/nsc/Global.scala
index 57124b9c1c..89298d3d2c 100644
--- a/src/compiler/scala/tools/nsc/Global.scala
+++ b/src/compiler/scala/tools/nsc/Global.scala
@@ -30,6 +30,7 @@ import backend.opt.{ Inliners, InlineExceptionHandlers, ClosureElimination, Dead
import backend.icode.analysis._
import language.postfixOps
import reflect.internal.StdAttachments
+import scala.reflect.ClassTag
class Global(var currentSettings: Settings, var reporter: Reporter)
extends SymbolTable