leo/tests/compiler/finalize/mapping_fail.leo
2022-09-07 10:39:00 -07:00

12 lines
129 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
mapping foo: (u32, u32) => u32;
mapping floo: baz => u8;
mapping bar: foo => baz;