History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-54153
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Olga Lobacheva
Reporter: Vladimir Reshetnikov
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
ReSharper

Missing element in smart completion list after ?? operator

Created: 07 Dec 07 18:01   Updated: 04 Aug 08 20:08
Component/s: Code Analysis - Profiles
Fix Version/s: 4.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 573
Fixed in build: 918


 Description  « Hide
static void Foo(int? x, byte? z)
    {
        int? y = x ?? 
    }

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



 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 02 Jul 08 13:39
Fixed in 902.