Put the line:
char c = 1 / 0;
... in some class and try to compile it. The error message looks like this:
possible loss of precision found: intrequred: char
There should be a space between "int" and "required".
Put the line:
char c = 1 / 0;
... in some class and try to compile it. The error message looks like this:
possible loss of precision found: intrequred: char
There should be a space between "int" and "required".