leo/tests/compiler/field/no_space_between_literal.leo

8 lines
84 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() {
const f = 1 field;
}