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

RSRP-294497: error CS0121: The call is ambiguous between the following methods or properties: 'C.Foo(System.Linq.Expressions.Expression)' and 'C.Foo(System.Action)'

$
0
0
Reporter Vladimir Reshetnikov (nikov) Vladimir Reshetnikov (nikov)
Created Apr 14, 2012 7:06:44 AM
Updated Apr 14, 2012 7:06:44 AM
Priority Normal
Type Bug
Fix versions No Fix versions
State Submitted
Assignee Unassigned
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
using System;
using System.Linq.Expressions;

class C
{
    void Foo()
    {
         Foo(async () => Console.WriteLine());
    }

    void Foo(Expression<Action> x) { }
    void Foo(Action x) { }
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles



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