aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Printers.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-02-23 17:22:00 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-03-18 11:14:09 +0100
commit499aeaf70d4126e673698af35b155f826f78f9a2 (patch)
tree28835bc6bc7c63ab3130473cdc0c56504fb3e549 /src/dotty/tools/dotc/config/Printers.scala
parentf16b12c3a58bdd692089c23288a45a80f14332ab (diff)
downloaddotty-499aeaf70d4126e673698af35b155f826f78f9a2.tar.gz
dotty-499aeaf70d4126e673698af35b155f826f78f9a2.tar.bz2
dotty-499aeaf70d4126e673698af35b155f826f78f9a2.zip
Add hooks for unpickling positions to trees.
Diffstat (limited to 'src/dotty/tools/dotc/config/Printers.scala')
-rw-r--r--src/dotty/tools/dotc/config/Printers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/config/Printers.scala b/src/dotty/tools/dotc/config/Printers.scala
index d1738ee6f..5f112aebc 100644
--- a/src/dotty/tools/dotc/config/Printers.scala
+++ b/src/dotty/tools/dotc/config/Printers.scala
@@ -30,5 +30,5 @@ object Printers {
val config = noPrinter
val transforms = noPrinter
val cyclicErrors = noPrinter
- val pickling = noPrinter
+ val pickling = new Printer
} \ No newline at end of file