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

Key: RSRP-44592
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

Hightlight expression usages does not work for cast expression

Created: 29 Jun 07 19:32   Updated: 13 Sep 07 20:54
Component/s: Code View - Search
Fix Version/s: 3.1
Security Level: Everybody (All jira users)

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

Build: 470
Fixed in build: 520


 Description  « Hide
class Program
{
    private delegate void F();
    static void Foo()
    {
        F[] f = { (F)null, (F)null };
    }
}


 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 29 Jun 07 19:39
Selection: '(F)null'

Ilya Ryzhenkov - 13 Sep 07 18:37
Seems like it was fixed at the same time as all other issues with expression search

Vladimir Reshetnikov - 13 Sep 07 20:18
Fixed in 520.