7 lines
200 B
Text
7 lines
200 B
Text
Error: No such field
|
|
╭─[assignment-int-field.txt:2:5]
|
|
│
|
|
2 │ foo.bar = 1;
|
|
· ─┬─
|
|
· ╰─── int is a primitive type and does not have any fields
|
|
───╯
|