leo/tests/compiler/scalar/no_space_between_literal.leo
2022-05-14 20:27:08 -07:00

8 lines
85 B
Plaintext

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