Skip to content

function call missing parentheses not caught #195

@polidobj

Description

@polidobj

This isn't allowed for C#.


class test
{
  void testFunc()
  {

  }

  void testFunc2()
  {
    testFunc;
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions