summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Namers.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/Namers.scala
parente30e2a33045b88afbaef190b94a692105d813aa0 (diff)
downloadscala-5d4d8b21cec21fe23490e66182a9b4890e15a9d1.tar.gz
scala-5d4d8b21cec21fe23490e66182a9b4890e15a9d1.tar.bz2
scala-5d4d8b21cec21fe23490e66182a9b4890e15a9d1.zip
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Namers.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Namers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Namers.scala b/src/compiler/scala/tools/nsc/typechecker/Namers.scala
index 739cb4935a..0c8937f1f9 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Namers.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Namers.scala
@@ -10,7 +10,7 @@ import symtab.Flags;
import symtab.Flags._;
/** Methods to create symbols and to enter them into scopes. */
-trait Namers: Analyzer {
+trait Namers requires Analyzer {
import global._;
import definitions._;