consulo-csharp icon indicating copy to clipboard operation
consulo-csharp copied to clipboard

Parsing issue with generic local method

Open VISTALL opened this issue 5 years ago • 0 comments

void test()
{
    void test<T>() {}
}

VISTALL avatar May 25 '20 17:05 VISTALL