Skip to content

Instantly share code, notes, and snippets.

@kakkun61
Created August 22, 2011 06:45
Show Gist options
  • Save kakkun61/1161808 to your computer and use it in GitHub Desktop.
Save kakkun61/1161808 to your computer and use it in GitHub Desktop.
short s;
double d;
s = d; // compilation error
s += d; // compilation ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment