consulo-csharp
consulo-csharp copied to clipboard
Parsing issue with generic local method
void test()
{
void test<T>() {}
}