summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-11-26 12:42:12 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-11-26 12:42:12 +0000
commit088c19a13c799d577736eb37da3dcd9926d59f9b (patch)
tree50c2ecb28b18c732637dc3371302c4fa5792d84d /src/compiler/scala/tools/nsc/typechecker/Typers.scala
parentcf8c15946e70fd0016f22de4811a2d44221ffd13 (diff)
downloadscala-088c19a13c799d577736eb37da3dcd9926d59f9b.tar.gz
scala-088c19a13c799d577736eb37da3dcd9926d59f9b.tar.bz2
scala-088c19a13c799d577736eb37da3dcd9926d59f9b.zip
I keep forgeting which phase the browser is cur...
I keep forgeting which phase the browser is currently showing, so added phase name. No review
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Typers.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Typers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
index 47e3686592..0ead1f6eee 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
@@ -3335,7 +3335,7 @@ trait Typers { self: Analyzer =>
// TODO: In theory we should be able to call:
//if (fun2.hasSymbol && fun2.symbol.name == nme.apply && fun2.symbol.owner == ArrayClass) {
// But this causes cyclic reference for Array class in Cleanup. It is easy to overcome this
- // by calling here ArrayClass.info here (or some other place before specialize).
+ // by calling ArrayClass.info here (or some other place before specialize).
if (fun2.symbol == Array_apply) {
val checked = gen.mkCheckInit(res)
// this check is needed to avoid infinite recursion in Duplicators