We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d23b8 commit 9fe23baCopy full SHA for 9fe23ba
compiler/src/dotty/tools/dotc/repl/ammonite/Protocol.scala
@@ -5,7 +5,7 @@ package ammonite.terminal
5
6
case class TermInfo(ts: TermState, width: Int)
7
8
-sealed trait TermAction
+trait TermAction
9
case class Printing(ts: TermState, stdout: String) extends TermAction
10
case class TermState(
11
inputs: LazyList[Int],
0 commit comments