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

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions