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

Key: RSRP-49608
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Alexander Zverev
Reporter: Dmitry Shaporenkov
Votes: 0
Watchers: 0
Operations

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

Quick fix 'Cast to...' is incorrectly suggested when there is no suitable type to cast to (and the quick fix inserts a cast to a generic paremeter, not argument)

Created: 20 Sep 07 15:59   Updated: 06 May 08 18:54
Component/s: Generate Action
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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


 Description  « Hide
Try typing :
List<IDeclaredElement> elements = new List<IDeclaredElement> ();
CollectionUtil.ConvertLazy(elements, ); // quick fix inserts cast to IEnumerable<TInput>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.