leo/tests/parser/program/mapping_fail.leo
2022-10-05 16:54:50 -07:00

13 lines
173 B
Plaintext

/*
namespace: Parse
expectation: Fail
*/
program test.aleo {
mappin balances: address => u128;
mapping foo: bar -> baz;
mapping foo bar => baz;
}