summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2010-10-29 08:56:15 +0000
committerMartin Odersky <odersky@gmail.com>2010-10-29 08:56:15 +0000
commita2ce51bcb7f5681d81240e233cdf452f35a757db (patch)
treead44e1f37a8ae92ef761ac97f55e286ddb85dd55 /src/compiler/scala/tools/nsc/typechecker/Contexts.scala
parentb4afd4c86b1eb76b03acb706a34979532fd08c8d (diff)
downloadscala-a2ce51bcb7f5681d81240e233cdf452f35a757db.tar.gz
scala-a2ce51bcb7f5681d81240e233cdf452f35a757db.tar.bz2
scala-a2ce51bcb7f5681d81240e233cdf452f35a757db.zip
presentation compiler hardenings.
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Contexts.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Contexts.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Contexts.scala b/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
index 7f182326dd..7136945de6 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
@@ -90,6 +90,7 @@ trait Contexts { self: Analyzer =>
sc = sc.outer
}
}
+
class Context private[typechecker] {
var unit: CompilationUnit = _
var tree: Tree = _ // Tree associated with this context