| Priority |
Major |
| Type | Bug |
| State | Fixed |
| Assignee | Olga Lobacheva |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
4.1
|
| Fixed in build | |
| Fixed in build |
918
|
RSRP-59746 |
Overflow in constant value computation |
|
|
enum Foo : ushort { A, B }
class Overflow
{
void foo()
{
Foo x = ~Foo.A;
}
}