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 43f3916 commit 3515901Copy full SHA for 3515901
test/test/DottyRepl.scala renamed to test/test/TypeStealer.scala
@@ -6,7 +6,7 @@ import scala.tools.nsc.Settings
6
* Dotty requires a mangled bootclasspath to start. It means that `console` mode of sbt doesn't work for us.
7
* At least I(Dmitry) wasn't able to make sbt fork in console
8
*/
9
-object DottyRepl {
+object TypeStealer {
10
def main(args: Array[String]): Unit = {
11
def repl = new ILoop {}
12
0 commit comments