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-58279
Type:
New Feature
Status:
Open
Priority:
Normal
Assignee:
Dmitry Lomov
Reporter:
Vladimir Reshetnikov
Votes:
0
Watchers:
2
Operations
If you were
logged in
you would be able to see more operations.
ReSharper
Expected type for the second argument should be 'int' (analyze constraints)
Created:
17 Feb 08 18:37
Updated:
19 Feb 08 20:24
Component/s:
PSI - Resolve
Fix Version/s:
4.0
Security Level:
Everybody
(All jira users)
Original Estimate:
Unknown
Remaining Estimate:
Unknown
Time Spent:
Unknown
Build:
729
Description
« Hide
class A {
static
void Foo<T,S>(T x, S y) where S : T { }
static
void Main() { Foo(1, |); } }
Description
class A {
static
void Foo<T,S>(T x, S y) where S : T { }
static
void Main() { Foo(1, |); } }
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.