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
This PR fulfilles #22 ...
- for Classes and Functions (other types are still missing, but should be straight forward)!
- various test cases
- lots of bug fixes
- @Lotes It is not required to explicitly call "resolveTypesNow" or something like that 🙂
- introduced Identifiers (different than Names)
- validation (instead of exception) for super-sub-class cycles
e.g.
Node { children: Node[] }
The text was updated successfully, but these errors were encountered: