Disallow void types in structs (#1832)
Fixes #1831 * Adds validation check that void is not a member of a struct * added a test
Loading
Please register or sign in to comment
Fixes #1831 * Adds validation check that void is not a member of a struct * added a test