History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
RSRP-56996
Type:
Bug
Status:
Open
Priority:
Normal
Assignee:
Valentin Kipiatkov
Reporter:
Ilya Ryzhenkov
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
ReSharper
Class with Main method shouldn't be treated as globally unused
Created:
31 Jan 08 13:40
Updated:
05 Feb 08 15:29
Component/s:
Code Analysis - Solution-wide
Fix Version/s:
Alderman
Security Level:
Everybody
(All jira users)
Original Estimate:
Unknown
Remaining Estimate:
Unknown
Time Spent:
Unknown
Description
« Hide
class B<T> { B(Func<
int
, T> p) { }
public
static
void Main() {
new
B<
int
>((x) => 1); } }
Description
class B<T> { B(Func<
int
, T> p) { }
public
static
void Main() {
new
B<
int
>((x) => 1); } }
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.