summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2006-01-07 18:55:52 +0000
committerMartin Odersky <odersky@gmail.com>2006-01-07 18:55:52 +0000
commit5d4d8b21cec21fe23490e66182a9b4890e15a9d1 (patch)
tree08ae4bea839be06376d87f559502fb7324096af2 /src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
parente30e2a33045b88afbaef190b94a692105d813aa0 (diff)
downloadscala-5d4d8b21cec21fe23490e66182a9b4890e15a9d1.tar.gz
scala-5d4d8b21cec21fe23490e66182a9b4890e15a9d1.tar.bz2
scala-5d4d8b21cec21fe23490e66182a9b4890e15a9d1.zip
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Analyzer.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Analyzer.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala b/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
index e895524915..0118dadbaf 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
@@ -7,7 +7,7 @@ package scala.tools.nsc.typechecker;
/** The main attribution phase.
*/
-[_trait_] abstract class Analyzer
+mixin class Analyzer
extends AnyRef
with Contexts
with Namers