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

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions