Reporter | 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>);