Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-212448: Quick fix: 'Fix signature' exists for anonymous delegate and doesn't exists for lambda expression

$
0
0
Reporter Olga Lobacheva (olka) Olga Lobacheva (olka)
Created Feb 7, 2011 5:37:01 PM
Updated Jan 16, 2012 4:17:46 PM
Priority Normal
Type Feature
Fix versions No Fix versions
State Submitted
Assignee Alexey Kuptsov (alexey.kuptsov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
Quick fix: 'Fix signature' exists for anonymous delegate and doesn't exists for lambda expression.

using System;

public class B
{
    private event Func<int> E;

    public void Foo()
    {
        E += (int x) {caret}=> 34;
    }
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>