From 0ad5956f1a36b32061374095cb69ca9b4364d450 Mon Sep 17 00:00:00 2001 From: Olivier Blanvillain Date: Thu, 6 Apr 2017 18:52:55 +0200 Subject: Workaround #1932 (bug trigged by desugaring changes) --- compiler/src/dotty/tools/dotc/repl/ammonite/Protocol.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- cgit v1.2.3