-
Notifications
You must be signed in to change notification settings - Fork 56
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
array of struct - no type hint available for Assignment #659
Comments
…ion-problem #659 array of struct initialization
the error "Some initial values were not generated" was fixed, but now we have another error
same code example |
there was one little issue in the code example above, the ARRAY was defined with type of INT, should be struct1 |
yes true ... my bad :) |
error: Cannot generate literal initializer for 'mainProg.config': Value cannot be derived
Error: SyntaxError { message: "Some initial values were not generated", range: [SourceRange { range: 0..0 }], err_no: codegen__general }
The text was updated successfully, but these errors were encountered: