| Priority |
Major |
| Type | Bug |
| State | Fixed |
| Assignee | Olga Lobacheva |
| Subsystem | Code Analysis - Profiles |
| Affected versions |
No affected versions
|
| Fixed in |
4.1
|
| Fixed in build |
Next build |
| Build |
573
|
| Fixed in build |
918
|
RSRP-54153 |
Missing element in smart completion list after ?? operator |
|
|
static void Foo(int? x, byte? z)
{
int? y = x ??
}