aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Printers.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-04-05 16:55:34 +0200
committerMartin Odersky <odersky@gmail.com>2013-04-05 16:55:34 +0200
commit7736cfb8ff8f5fafee87eb094f15627f4f097165 (patch)
tree601135fdb0c0fac1ba1061f3f4fe8502e6805bad /src/dotty/tools/dotc/core/Printers.scala
parent4ce196d8152f75163edb362fcd21fb37631b7fde (diff)
downloaddotty-7736cfb8ff8f5fafee87eb094f15627f4f097165.tar.gz
dotty-7736cfb8ff8f5fafee87eb094f15627f4f097165.tar.bz2
dotty-7736cfb8ff8f5fafee87eb094f15627f4f097165.zip
More tests in worksheets.
Diffstat (limited to 'src/dotty/tools/dotc/core/Printers.scala')
-rw-r--r--src/dotty/tools/dotc/core/Printers.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dotty/tools/dotc/core/Printers.scala b/src/dotty/tools/dotc/core/Printers.scala
index e789e7db1..6e63eec3a 100644
--- a/src/dotty/tools/dotc/core/Printers.scala
+++ b/src/dotty/tools/dotc/core/Printers.scala
@@ -96,9 +96,9 @@ object Printers {
try {
ctx.toTextRecursions += 1
op
- } catch {
- case ex: CyclicReference =>
- s"<cycle involving ${ex.denot}>"
+// } catch {
+// case ex: CyclicReference =>
+// s"<cycle involving ${ex.denot}>"
} finally {
ctx.toTextRecursions -= 1
}