You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a test to ensure enums like the following are fully supported:
/// The Exact enum from my project
enumAvailability:UInt8,Content{case everyday
case sunday
case monday
case tuesday
case wednesday
case thursday
case friday
case saturday
}