Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nested types gen fixes #2590

Closed
wants to merge 1 commit into from
Closed

Conversation

cNori
Copy link
Contributor

@cNori cNori commented May 11, 2024

now the

class A
{
  struct B
  {
    enum C
    {
    }
    API_FIELD() A::B::C Enum;
  }
}

is a valid code,
also fixed my issue #2582

@cNori
Copy link
Contributor Author

cNori commented May 11, 2024

Closed the #2591 looks better as a solution and is working 👍

@cNori cNori closed this May 11, 2024
@mafiesto4 mafiesto4 added bug Something isn't working tools scripting labels May 14, 2024
@mafiesto4 mafiesto4 added this to the 1.9 milestone May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working scripting tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants