Quantcast
Viewing all articles
Browse latest Browse all 106942

RSRP-288160: CS1031 not detected

Reporter Image may be NSFW.
Clik here to view.
Yuri Astrakhan (yurik)
Yuri Astrakhan (yurik)
Created Feb 3, 2012 11:20:24 PM
Updated Feb 3, 2012 11:20:24 PM
Priority Normal
Type Bug
Fix versions No Fix versions
State Submitted
Assignee Unassigned
Subsystem No subsystem
Affected versions 6.1
Fixed in build No Fixed in build
    public class Foo<T>
    {
        public class Nested<K> { }
    }


// both should be an error
            var x = typeof (Foo<int>.Nested<>);
            var y = typeof (Foo<>.Nested<int>);


Viewing all articles
Browse latest Browse all 106942

Trending Articles