| Priority |
Normal |
| Type | Bug |
| State | Fixed |
| Assignee | Olga Lobacheva |
| Subsystem | PSI - Resolve |
| Affected versions |
No affected versions
|
| Fixed in |
3.1
|
| Fixed in build |
Next build |
RSRP-35849 |
Operator resolve problem [equality operator for lifted bool] |
|
|
void foo(bool? b)
{
if ( b == null) ...
}