mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 05:31:11 +00:00
5 lines
231 B
Markdown
5 lines
231 B
Markdown
# Hint (not implemented)
|
|
|
|
* `x is not defined` (x was deleted by `del`) => `hint: deleted in line X`
|
|
* patch method duplication: "hint: Specify patch (like `T.foo(1)`) or delete either `.foo` using `del`"
|
|
* `x was moved in line X`
|