Files
mgmt/lang/interpret_test/TestAstFunc2/struct-duplicate3.txtar
James Shubin 6cc5adcd25 lang, test, examples: lang: Use new syntax for structlookup
Sugar makes the world go round.
2023-11-04 14:52:19 -04:00

6 lines
151 B
Plaintext

-- main.mcl --
$st struct{x str} = struct{x => "hello", x => "world",}
test $st->x {}
-- OUTPUT --
# err: errInit: duplicate struct field name of: `x`