Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant static subscripts on attributes (#44)
Some properties in generated code have a layer of indirection due to their use of `ReadonlyAttribute` and `ReadWriteAttribute`. There's little value in keeping these static subscripts around and introducing the indirection. Additionally, it makes makes some issues on property code hard to debug when attempting to change union types generation logic in my investigation of #43.
- Loading branch information