Skip to content

Don't support coalescing function pointers.#63569

Merged
CyrusNajmabadi merged 1 commit intodotnet:mainfrom
CyrusNajmabadi:funcPtr
Aug 24, 2022
Merged

Don't support coalescing function pointers.#63569
CyrusNajmabadi merged 1 commit intodotnet:mainfrom
CyrusNajmabadi:funcPtr

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

Fixes #63551

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner August 24, 2022 16:46
@ghost ghost added the Area-IDE label Aug 24, 2022
return symbol.ContainingType;
}

public static bool IsPointerType([NotNullWhen(returnValue: true)] this ISymbol? symbol)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nice

@CyrusNajmabadi CyrusNajmabadi merged commit c91fa4f into dotnet:main Aug 24, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the funcPtr branch August 24, 2022 20:13
@ghost ghost added this to the Next milestone Aug 24, 2022
@dibarbet dibarbet modified the milestones: Next, 17.4 P2 Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IDE0074 should not fire on null coalescing assignment with function pointers

3 participants