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

RSRP-287877: enum autocompletion

$
0
0
Reporter Tatyana Lunegova (lunega) Tatyana Lunegova (lunega)
Created Jan 19, 2012 4:28:15 PM
Updated Feb 20, 2012 4:02:42 PM
Priority Normal
Type Bug
Fix versions No Fix versions
State Open
Assignee Sergey Shkredov (serjic.shkredov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
    public enum GoogleAdsFormat
    {
        Invalid,
        Skyscraper,
        Leaderboard,
        HorizontalBanner,
        LinkBanner,
    }

    static GoogleAdsFormat F(GoogleAdsFormat g) {
       return //should open dropdown now with "GoogleAdsFormat" preselected
    }

     public void foo()
     {
            GoogleAdsFormat x = 0;
            bool b = x > //should open dropdown now with "GoogleAdsFormat" preselected
            bool b = x < //should open dropdown now with "GoogleAdsFormat" preselected
            bool b = x <= //should open dropdown now with "GoogleAdsFormat" preselected
            bool b = x >= //should open dropdown now with "GoogleAdsFormat" preselected

            F(//should open dropdown now with "GoogleAdsFormat" preselected
            GoogleAdsFormat g = //should open dropdown now with "GoogleAdsFormat" preselected
            GoogleAdsFormat g2;
            g2 = //should open dropdown now with "GoogleAdsFormat" preselected
    }


Viewing all articles
Browse latest Browse all 106942

Trending Articles



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