leo/tests/parser/unreachable/eat_int.leo
2022-01-28 10:26:42 -08:00

19 lines
143 B
Plaintext

/*
namespace: ParseExpression
expectation: Fail
*/
x.0_try_to_hit_hit_eat_int_unreachable
x.;
x.a
x.,
x..
x+
x-
x*
x/
x.import
x.[
x.]
x.{
x.}