aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing/RefinedPrinter.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-05-29 11:07:29 +0200
committerMartin Odersky <odersky@gmail.com>2015-06-01 15:04:43 +0200
commit069010b36cdad9cbaaf2d48e70b17e08ee5eb224 (patch)
tree9d2f19c7d8b0bdd1d330523d45f36f16ca2fc2c5 /src/dotty/tools/dotc/printing/RefinedPrinter.scala
parent54d4d3d96e0771b0aafd12d6349b952fe368f16e (diff)
downloaddotty-069010b36cdad9cbaaf2d48e70b17e08ee5eb224.tar.gz
dotty-069010b36cdad9cbaaf2d48e70b17e08ee5eb224.tar.bz2
dotty-069010b36cdad9cbaaf2d48e70b17e08ee5eb224.zip
Make Mutable a ModifierFlag.
It definitely does appear in trees, so should be included in the set. Affects how things are printed. Before, typed var's would still show up as vals.
Diffstat (limited to 'src/dotty/tools/dotc/printing/RefinedPrinter.scala')
-rw-r--r--src/dotty/tools/dotc/printing/RefinedPrinter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/printing/RefinedPrinter.scala b/src/dotty/tools/dotc/printing/RefinedPrinter.scala
index cc8f0bef8..fa238f32c 100644
--- a/src/dotty/tools/dotc/printing/RefinedPrinter.scala
+++ b/src/dotty/tools/dotc/printing/RefinedPrinter.scala
@@ -172,7 +172,7 @@ class RefinedPrinter(_ctx: Context) extends PlainPrinter(_ctx) {
* parent { type Apply = body; argBindings? }
*
* split it into
-
+ *
* - the `parent`
* - the simplified `body`
* - the bindings HK$ members, if there are any