Closed jfallows closed 4 years ago
enum NumericType { WIDTH8, WIDTH4, WIDTH1 } union UnionType switch (NumericType) { case WIDTH8: UnsignedLong width8; case WIDTH4: UnsignedInteger width4; // more case statements ... }
Fixed by #109