Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
5.0
State
Fixed
Assignee
Olga Lobacheva
Subsystem
PSI
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    2 years ago (06 Nov 2009 21:09)
  • Updated by   Olga Lobacheva
    18 months ago (14 Jul 2010 18:54)
  • Jira: RSRP-130602
    (history, comments)
 
RSRP-130602 False 'Unresolved symbol' in dynamic delegate invocation
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
using System;

delegate void F(params int[] x);
class A
{
	static void Main()
	{
		dynamic d = new F(ints => Console.WriteLine(ints == null));
		d(x:1);
	}
}
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (1)
 
Issue has no comments