Closed tanner0101 closed 6 years ago
Add a test to ensure enums like the following are fully supported:
/// The Exact enum from my project enum Availability: UInt8, Content { case everyday case sunday case monday case tuesday case wednesday case thursday case friday case saturday }
Add a test to ensure enums like the following are fully supported: