mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
Fixes two line infos to make the error's clearer inside editors - 'field is not accessible' would point to the whole object construction instead of just the field inside the construction - 'field initialized twice' would point to the colon instead of the field
4 lines
47 B
Nim
4 lines
47 B
Nim
type
|
|
PrivateField* = object
|
|
priv: string
|