leo/tests/parser/unreachable/eat_int.leo

19 lines
143 B
Plaintext
Raw Normal View History

2022-01-28 21:26:42 +03:00
/*
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.}