We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4649d5e commit 46aef87Copy full SHA for 46aef87
compiler/src/dotty/tools/repl/ReplDriver.scala
@@ -73,7 +73,6 @@ case class State(objectIndex: Int,
73
quiet: Boolean,
74
context: Context):
75
def validObjectIndexes = (1 to objectIndex).filterNot(invalidObjectIndexes.contains(_))
76
- //def copy() = this
77
78
/** Main REPL instance, orchestrating input, compilation and presentation */
79
class ReplDriver(settings: Array[String],
0 commit comments