-
Notifications
You must be signed in to change notification settings - Fork 967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inheritance substitution with array concatenation does not work #608
Comments
Nevermind that may be a confused answer, late at night. Needs debugging. |
I run into the same problem when I substitute default values:
|
The Problem occurs after the default value substitution:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the following input:
When I am parsing this and converting to JSON, the output I am expecting to see is:
but the actual result I am seeing is:
If I modify my input to the following, which I view as equivalent (but can't use in my real-world case):
I am getting the expected result.
The text was updated successfully, but these errors were encountered: