dotty中的等价物是scala.tools.nsc.MainGenericRunner
什么?
我检查了包dotty.tools.dotc
https://github.com/lampepfl/dotty/tree/master/compiler/src/dotty/tools/dotc
但找不到任何东西。
我尝试使用dotty.tools.dotc.Run
但出现错误
换行:java.lang.NoSuchMethodException:dotty.tools.dotc.Run.main([Ljava.lang.String;)