aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorOlivier Blanvillain <olivier.blanvillain@gmail.com>2017-04-06 18:52:55 +0200
committerOlivier Blanvillain <olivier.blanvillain@gmail.com>2017-04-06 18:52:55 +0200
commit0ad5956f1a36b32061374095cb69ca9b4364d450 (patch)
treeda891e57b98117d94445d97e66cea3baf4f1b766 /compiler
parent03783303e0b89a01a310fd9abcdf533da3b738f6 (diff)
downloaddotty-0ad5956f1a36b32061374095cb69ca9b4364d450.tar.gz
dotty-0ad5956f1a36b32061374095cb69ca9b4364d450.tar.bz2
dotty-0ad5956f1a36b32061374095cb69ca9b4364d450.zip
Workaround #1932 (bug trigged by desugaring changes)
Diffstat (limited to 'compiler')
-rw-r--r--compiler/src/dotty/tools/dotc/repl/ammonite/Protocol.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/repl/ammonite/Protocol.scala b/compiler/src/dotty/tools/dotc/repl/ammonite/Protocol.scala
index 34d31aeca..e066050b6 100644
--- a/compiler/src/dotty/tools/dotc/repl/ammonite/Protocol.scala
+++ b/compiler/src/dotty/tools/dotc/repl/ammonite/Protocol.scala
@@ -5,7 +5,7 @@ package ammonite.terminal
case class TermInfo(ts: TermState, width: Int)
-sealed trait TermAction
+trait TermAction
case class Printing(ts: TermState, stdout: String) extends TermAction
case class TermState(
inputs: LazyList[Int],