leo/tests/compiler/scalar/no_space_between_literal.leo

8 lines
85 B
Plaintext
Raw Normal View History

2022-05-15 06:27:08 +03:00
/*
namespace: Compile
expectation: Fail
*/
function main() {
const f = 1 scalar;
}