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 8a14490 commit 34de7ddCopy full SHA for 34de7dd
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