You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -840,7 +845,7 @@ class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
840
845
"If possible, please file a bug on issues.scala-lang.org.")
841
846
842
847
tp match {
843
-
caseThisType(ArrayClass) =>ObjectReference// was introduced in 9b17332f11 to fix SI-999, but this code is not reached in its test, or any other test
848
+
caseThisType(ArrayClass) =>ObjectReference.asInstanceOf[ct.bTypes.ClassBType]// was introduced in 9b17332f11 to fix SI-999, but this code is not reached in its test, or any other test
0 commit comments