You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespace x {
public class ClassA<T>
{
public class ClassAa<TT>
{
public bool MyMethod(string key, TT value)
{
return someObject.SomeCall(key, value); // on this line, 'value' is highlighted as though it were the keyword being used in a setter
}
}
}
}
From @Napean299792458 on April 30, 2016 13:47
Steps to Reproduce:
Copied from original issue: microsoft/vscode#6018
The text was updated successfully, but these errors were encountered: