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

RSRP-287539: 'Create method' quick-fix is not available when there are overloads

$
0
0
Reporter Andrew Serebryansky (andrew.serebryansky) Andrew Serebryansky (andrew.serebryansky)
Created Jan 2, 2012 1:16:56 PM
Updated Jan 2, 2012 1:16:56 PM
Priority Major
Type Bug
Fix versions No Fix versions
State Open
Assignee Alexey Kuptsov (alexey.kuptsov)
Subsystem No subsystem
Affected versions 6.1
Fixed in build No Fixed in build
Example:
public class Class1
    {
        public void Test()
        {
            Func(MethodToImplement);
        }

        public void Func(int a)
        {
            
        }

        public void Func(Action action)
        {
            
        }
    }

Viewing all articles
Browse latest Browse all 106942

Trending Articles



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