Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

false translated as a 0 #7

Open
m-carrasco opened this issue Jun 27, 2018 · 1 comment
Open

false translated as a 0 #7

m-carrasco opened this issue Jun 27, 2018 · 1 comment
Assignees
Labels

Comments

@m-carrasco
Copy link

Hi

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.

@edgardozoppi edgardozoppi self-assigned this Jun 28, 2018
@m-carrasco
Copy link
Author

Any news?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants