e8f8399af4
FIR instances of generated toString/hashCode/equals are session dependant, so we need some cache, which operates only session-independent stuff. Pair of `FirClass` and `Name` was chosen here Previously SymbolTable played the role of this cache (with signatures as keys). But it should be replaced in scope of KT-66341 and KT-64990