mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 19:51:52 +03:00
11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Fail
|
|
*/
|
|
|
|
mappin balances: address => u128;
|
|
|
|
mapping foo: bar -> baz;
|
|
|
|
mapping foo bar => baz;
|