Replies: 1 comment
-
Hey @cdietrich, I believe if you use declared types, the type system will attempt to respect those as much as possible (assuming the validation passes). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we have these 4 grammar rules
how can i prevent from getting
type Parent1 = SomeSub (and thus someRef moved to Parent1)
the MyDslAstType will then have both.
Beta Was this translation helpful? Give feedback.
All reactions