Here, the bar doesn't have +alias, and it's not one of org.eolang objects (there are just about 20 of them there). Let's create a lint that would catch such a situation and complain about it (with an error).
Of course, we must not complain about objects that are defined somewhere in the current program. This code is valid:
Consider this code:
Here, the
bar
doesn't have+alias
, and it's not one oforg.eolang
objects (there are just about 20 of them there). Let's create a lint that would catch such a situation and complain about it (with anerror
).Of course, we must not complain about objects that are defined somewhere in the current program. This code is valid: