Skip to content

Create variable constructs from class or global scope declarations. #11

@TryExceptElse

Description

@TryExceptElse

Examples to handle:

  • int foo;
  • extern int foo;
  • int a = 5;
  • Foo foo;
  • Foo foo();
  • Foo foo{};
  • Foo foo = {0, 1, 2, 3};
  • Foo a, b;
  • Foo a = 5, b;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions