| 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 |
| Build |
573
|
| Fixed in build |
918
|
RSRP-54151 |
Bad smart completion after ?? operator |
|
|
static void Foo(int? x)
{
int? y = null ??
}