Menu

#156 CS0168 quick fix fails for qualified variables

open
nobody
None
5
2008-04-08
2008-04-08
No

class TestClass
{
public static void Main()
{
System.Object o;
}
}

Invoking the quick fix on the 'o' variable will fail. It will remove only up to 'System.' instead of the entire type name.

Discussion


Log in to post a comment.