mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-27 12:13:41 +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;
|