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
@@ -856,7 +861,7 @@ class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
856
861
"If possible, please file a bug on issues.scala-lang.org.")
857
862
858
863
tp match {
859
-
caseThisType(ArrayClass) =>ObjectReference// was introduced in 9b17332f11 to fix SI-999, but this code is not reached in its test, or any other test
864
+
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