[Psi2Ir, Fir2Ir] Generate toString, hashCode, equals methods for MF VC

This commit is contained in:
Evgeniy.Zhelenskiy
2021-12-31 02:27:17 +03:00
committed by Space
parent c7edc353d3
commit e97ca2ada4
91 changed files with 465 additions and 426 deletions
@@ -1,4 +1,4 @@
inline class IT {
value class IT {
constructor(x: Int) /* primary */ {
super/*Any*/()
/* <init>() */
@@ -30,7 +30,7 @@ inline class IT {
}
inline class InlineMutableSet : MutableSet<IT> {
value class InlineMutableSet : MutableSet<IT> {
constructor(ms: MutableSet<IT>) /* primary */ {
super/*Any*/()
/* <init>() */
@@ -106,3 +106,4 @@ inline class InlineMutableSet : MutableSet<IT> {
}
}