Closed
Description
Currently, functions are collected for processing from symbol tables, not form ASTs. This causes some issues, for example, if there is method name clash in class-based named tuple, then the user provided method will be not analyzed, which will cause a crash later, see testNewNamedTupleIllegalNames
.
This is a follow-up for #6452