Skip to content

Commit 45d207a

Browse files
committed
Rename old DottyRepl using ILoop to TypeStealer
1 parent 77cb4a0 commit 45d207a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test/DottyRepl.scala renamed to test/test/TypeStealer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import scala.tools.nsc.Settings
66
* Dotty requires a mangled bootclasspath to start. It means that `console` mode of sbt doesn't work for us.
77
* At least I(Dmitry) wasn't able to make sbt fork in console
88
*/
9-
object DottyRepl {
9+
object TypeStealer {
1010
def main(args: Array[String]): Unit = {
1111
def repl = new ILoop {}
1212

0 commit comments

Comments
 (0)