Skip to content

variable name conflicts not caught #196

@polidobj

Description

@polidobj
class test
{
  void testFunc(int test)
  {
    int test = 8;
    int test = 5;

    for(int i=5; i<10;  ++i)
    {
      int test = 23;
    }

  }
}

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