aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:33:08 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:33:08 +0200
commit33f5d62bcbc6ec649e739958fc19c4524305471c (patch)
tree419684cfefeca8bfca5f5e66bee65f2daa16afd8 /src/dotty/tools/dotc/core/Contexts.scala
parentd705443159ac69ad0c364323271979bdfc8bc9bb (diff)
downloaddotty-33f5d62bcbc6ec649e739958fc19c4524305471c.tar.gz
dotty-33f5d62bcbc6ec649e739958fc19c4524305471c.tar.bz2
dotty-33f5d62bcbc6ec649e739958fc19c4524305471c.zip
Removing whitespaces before `[`
Diffstat (limited to 'src/dotty/tools/dotc/core/Contexts.scala')
-rw-r--r--src/dotty/tools/dotc/core/Contexts.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/core/Contexts.scala b/src/dotty/tools/dotc/core/Contexts.scala
index 412960983..645aca601 100644
--- a/src/dotty/tools/dotc/core/Contexts.scala
+++ b/src/dotty/tools/dotc/core/Contexts.scala
@@ -561,14 +561,14 @@ object Contexts {
private[core] val pendingUnderlying = new mutable.HashSet[Type]
- private [core] var phasesPlan: List[List[Phase]] = _
+ private[core] var phasesPlan: List[List[Phase]] = _
// Phases state
/** Phases by id */
private[core] var phases: Array[Phase] = _
/** Phases with consecutive Transforms groupped into a single phase, Empty array if squashing is disabled */
- private [core] var squashedPhases: Array[Phase] = Array.empty[Phase]
+ private[core] var squashedPhases: Array[Phase] = Array.empty[Phase]
/** Next denotation transformer id */
private[core] var nextDenotTransformerId: Array[Int] = _