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
The following code is wrongly translated. This happens in advance-pta and in cci-version branches.
public static void Test3()
{
List<Object> list = new List<Object>();
list.Add(false); // here false in tac is a zero
bool pos1 = (bool)list[1];
Contract.Assert(false);
}
Best regards,
Manuel.
The text was updated successfully, but these errors were encountered:
Hi
The following code is wrongly translated. This happens in advance-pta and in cci-version branches.
Best regards,
Manuel.
The text was updated successfully, but these errors were encountered: