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

Number not unboxed #52

Open
Icare67 opened this issue Oct 9, 2019 · 1 comment
Open

Number not unboxed #52

Icare67 opened this issue Oct 9, 2019 · 1 comment

Comments

@Icare67
Copy link

Icare67 commented Oct 9, 2019

Double is not unboxed even if unboxing is called explicitly.

double a = 1;
Double d = new Double(1);
double b = d.doubleValue();
if (a!=b)
{
	System.err.println("Houston we have a problem");
};
@lgrignon
Copy link
Collaborator

lgrignon commented Apr 4, 2020

Hello @Icare67, is it a duplicate of this?
Can we close it?

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

No branches or pull requests

2 participants