History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-30886
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dmitry Lomov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

error CS0119: 'T' is a 'type parameter', which is not valid in the given context

Created: 01 Nov 06 10:45   Updated: 01 Jun 07 20:11
Component/s: PSI
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 300


 Description  « Hide
class Base
{
    public class T
    {
        public static void Bar(){}
    }
}

class Derived<T> : Base
{
    static void Foo()
    {
        T.Bar(); // error CS0119: 'T' is a 'type parameter', which is not valid in the given context
    }
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.