
|
If you were logged in you would be able to see more operations.
|
|
|
ReSharper
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
|
class A
{
void Foo<T>(T obj)
{
obj.ToString(); /* Cannot resolve symbol ToString */
}
}
|
|
Description
|
class A
{
void Foo<T>(T obj)
{
obj.ToString(); /* Cannot resolve symbol ToString */
}
} |
Show » |
| There are no comments yet on this issue.
|
|