Skip to content

Commit 9fe23ba

Browse files
Workaround #1932 (bug trigged by desugaring changes)
1 parent 80d23b8 commit 9fe23ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/repl/ammonite/Protocol.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package ammonite.terminal
55

66
case class TermInfo(ts: TermState, width: Int)
77

8-
sealed trait TermAction
8+
trait TermAction
99
case class Printing(ts: TermState, stdout: String) extends TermAction
1010
case class TermState(
1111
inputs: LazyList[Int],

0 commit comments

Comments
 (0)