compiler/parser: invalid behaviour with struct composite literals #932
Labels
bug
Bug: something already implemented does not work as it should
InvalidBehavior
A valid or not valid code has an invalid behavior at runtime
parser
Related to parser
templates
Related to the template
Consider this code:
The parser should return error:
but, instead, it accepts the code as it is correct.
Note that the same problem also involves the templates (add this test to test/misc/templates_test.go):
The text was updated successfully, but these errors were encountered: