mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-15 09:30:16 +00:00

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