leo/tests/parser/program/mapping_fail.leo
2022-09-06 12:13:32 -07:00

11 lines
127 B
Plaintext

/*
namespace: Parse
expectation: Fail
*/
mappin balances: address => u128;
mapping foo: bar -> baz;
mapping foo bar => baz;