roc/crates/compiler/parse/tests/snapshots/pass/expect_fx.module.result-ast
2022-08-09 14:19:12 +02:00

39 lines
786 B
Text

Defs {
tags: [
Index(2147483648),
],
regions: [
@25-41,
],
space_before: [
Slice(start = 0, length = 1),
],
space_after: [
Slice(start = 1, length = 1),
],
spaces: [
LineComment(
" expecting some effects",
),
Newline,
],
type_defs: [],
value_defs: [
ExpectFx {
condition: @35-41 BinOps(
[
(
@35-36 Num(
"5",
),
@37-39 Equals,
),
],
@40-41 Num(
"2",
),
),
preceding_comment: @25-25,
},
],
}