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

RSRP-297636: Return type of Clone() method should be known

$
0
0
Reporter Vladimir Reshetnikov (nikov) Vladimir Reshetnikov (nikov)
Created Apr 26, 2012 3:59:39 AM
Updated Apr 26, 2012 3:59:39 AM
Priority Normal
Type Feature
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.Diagnostics.Tracing;
using System.Reflection;

class A
{
    static void Foo(EventAttributes[] x)
    {
        var y = (EventAttribute[]) x.Clone(); // InvalidCastException
    }

    static void Foo(Action<EventAttributes> x)
    {
        var y = (Action<EventAttribute>) x.Clone(); // InvalidCastException
    }
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles



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