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
The overall problem here is described in #275 — it's not exactly enum-specific — right now you can't really access any members of imported type, i.e. subtypes or enums declared inside that main type. With the syntax proposed in #275, probably something like enum: type_enum::type_enum should be possible.
Hello,
I have several Enums, that I wanna use in different .ksy files.
I tried to import it the following way:
type_enum.ksy
and
file.ksy
Is there a way to import Enum? If not is it possible to support it?
Big Thanks :)
Samuel
The text was updated successfully, but these errors were encountered: