Is it possible to understand through xmir that an object is named using >> syntax?
In the linter for eolang, I want to warn about duplicate names. But I ran into the problem that in the case of using >> it is strange to warn about this, and it seems that I need to ignore the names created using >> syntax
objectionary/lints#21