Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for special and general cases for internally tagged enums
Special case is the tag field first (so the enum variant are known after reading the first entry from map). General case is the tag field not the first (so we need to buffer entries until we found an entry with tag)
- Loading branch information