Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler/semtypes: improve lineinfo for exported object fields (#12495) | alaviss | 2019-10-25 | 1 | -0/+11 |
The line info should now points to the `a`, not the `*`, like this: a*: string ^ Additionally this fixes nimsuggest's highlighting of exported object fields. |