leo/tests/parser/program/mapping_fail.leo

11 lines
127 B
Plaintext
Raw Normal View History

2022-08-25 01:25:40 +03:00
/*
namespace: Parse
expectation: Fail
*/
mappin balances: address => u128;
mapping foo: bar -> baz;
mapping foo bar => baz;