| Priority |
Major |
| Type | Bug |
| State | Fixed |
| Assignee | Olga Lobacheva |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
4.1
|
| Fixed in build |
Next build |
| Fixed in build |
918
|
RSRP-41445 |
Compile time constant overflow bug |
|
|
public class P
{
public enum E : ushort
{
A = 0x0040
}
const E y = ~E.A;
}