我正在尝试运行一个包含Java和Scala程序的框架。我在“问题”选项卡上收到以下错误:
Error in Scala compiler: scala.reflect.internal.Types$PolyType cannot be cast to scala.reflect.internal.Types$OverloadedType
SBT builder crashed while compiling. The error message is 'scala.reflect.internal.Types$PolyType cannot be cast to scala.reflect.internal.Types$OverloadedType'.
以下是错误消息的屏幕截图:Scala error
此外,在其中一个Scala程序的第一行,即'package abc.def.gh',我看到此错误消息
Presentation compiler crashed while type checking this file: java.lang.ClassCastException: scala.reflect.internal.Types$PolyType cannot be cast to scala.reflect.internal.Types$OverloadedType
我尝试了Eclipse Luna& amp; Mars IDE,并获得相同的错误消息。
我是新手。任何帮助将不胜感激。