Priority
Major
Type
Bug 
State
Fixed 
Assignee
Olga Lobacheva 
Subsystem
Code Analysis - Profiles 
Affected versions
Fixed in
Fixed in build
Next build 
Build
573
Fixed in build
918
  • Submitted by   Vladimir Reshetnikov
    2 years ago (07 Dec 2007 18:01)
  • Updated by Vladimir Reshetnikov
    18 months ago (04 Aug 2008 20:08)
  • Jira: RSRP-54153
    (history, comments)

RSRP-54153

Missing element in smart completion list after ?? operator

1
    static void Foo(int? x, byte? z)
    {
        int? y = x ?? 
    }


I expect that 'z' appears in smart completion list after ?? operator.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments