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

Key: RSRP-28899
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Dmitry Lomov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

R# doesn't recognize generic method parameters as being of type 'object'

Created: 21 Sep 06 17:19   Updated: 24 Oct 06 18:12
Component/s: None
Fix Version/s: 2.0.2
Security Level: Everybody (All jira users)

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

Build: 262
Fixed in build: 264


 Description  « Hide
class A
{
void Foo<T>(T obj) { obj.ToString(); /* Cannot resolve symbol ToString */ }

}



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