Skip to content

Add validation to create an optional inside a typedef#14

Open
Jenietoc wants to merge 1 commit into
elixir_supportfrom
optional-typedef-bug
Open

Add validation to create an optional inside a typedef#14
Jenietoc wants to merge 1 commit into
elixir_supportfrom
optional-typedef-bug

Conversation

@Jenietoc

Copy link
Copy Markdown

Description

Added validation to create an optional within a typedef since it only created it.

Examples

for the test.x file we had these two typedefs with optionals that were not being created in a good way, with this change we already have the corresponding files.

typedef Hash *optHash1;
typedef Hash* optHash2;

@Jenietoc Jenietoc requested a review from miguelnietoa May 20, 2023 21:13
@Jenietoc Jenietoc self-assigned this May 20, 2023

@miguelnietoa miguelnietoa left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants