mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-25 07:23:50 +00:00

Importantly, this would have caught the issue discovered in #7279, prior to that landing on main.
13 lines
221 B
Text
13 lines
221 B
Text
@0-15 RecordAccess(
|
|
RecordAccess(
|
|
RecordAccess(
|
|
Var {
|
|
module_name: "",
|
|
ident: "rec",
|
|
},
|
|
"abc",
|
|
),
|
|
"def",
|
|
),
|
|
"ghi",
|
|
)
|