Object initializers
Open
area:compiler
good-first-issue
hacktoberfest
kind:feature
kind:refactor
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
Seemingly, we don't support this:
```c
typedef struct { int x; } foo;
foo xx = { 1 };
```
We should support it.
Look for the number `225` in the code to find clues to implement this feature.
Contributor guide
Assessment
This issue has not been assessed yet.