prohibit reserved names #165
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, I can do this:
Here, I define a new attribute with the name
true
, which is the name of the object in theorg.eolang
package. I believe, it will be reasonable to throw warnings in this case. Let's prohibit all names that exist in theorg.eolang
package. Would be great to collect them during the build of the project, not define somewhere statically.The text was updated successfully, but these errors were encountered: