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
java.lang.ClassCastException: org.caltoopia.ir.impl.VariableImportImpl cannot be cast to org.caltoopia.ir.Variable
at org.caltoopia.types.TypeAnnotater.caseVariableExpression(TypeAnnotater.java:73)
Due to that the catch at line 63 and 121 prints error and continues instead of halting compilation.
The text was updated successfully, but these errors were encountered:
crashes here:
java.lang.ClassCastException: org.caltoopia.ir.impl.VariableImportImpl cannot be cast to org.caltoopia.ir.Variable
at org.caltoopia.types.TypeAnnotater.caseVariableExpression(TypeAnnotater.java:73)
Due to that the catch at line 63 and 121 prints error and continues instead of halting compilation.
The text was updated successfully, but these errors were encountered: