Project
ReSharper
Priority
Major
Type
Bug
Fix versions
6.0 EAP
State
Fixed
Assignee
Olga Lobacheva
Subsystem
Psi
Affected versions
No Affected versions
Fixed in build
5.5.2000.89  
  • Created by   Vladimir Reshetnikov
    4 years ago (10 Mar 2008 20:18)
  • Updated by   Olga Lobacheva
    22 months ago (14 Jul 2010 17:06)
  • Jira: RSRP-60908
    (history, comments)
 
RSRP-60908 Wrong expected type
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
delegate void F(params int[] x);

class A
{
    static void Foo(F x)
    {
        x.BeginInvoke(|);
    }
}


Smart completion shows that expected type is int.
Expected type should be int[]. The first parameter of BeginInvoke is not params actually.
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (2)
 
Issue has no comments