mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-29 21:22:55 +03:00
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Fail
|
|
*/
|
|
|
|
program test.aleo {
|
|
mappin balances: address => u128;
|
|
|
|
mapping foo: bar -> baz;
|
|
|
|
mapping foo bar => baz;
|
|
}
|