| Priority |
Critical |
| Type | Bug |
| State | Fixed |
| Assignee | Oleg Stepanov |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
3.0.2
|
| Fixed in build |
Next build |
| Fixed in build |
500
|
RSRP-43234 |
Completion doesn't generate local variable for nullable type |
|
|
public class Class1
{
static void bar()
{
foo(|);
}
static void foo(out int? index)
{
}
}