consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Parsing issue with generic local method #548

Open VISTALL opened 4 years ago

VISTALL commented 4 years ago
void test()
{
    void test<T>() {}
}