[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
@@ -61,7 +61,7 @@ internal class KClassProxy(
override val isFun: Boolean
get() = state.classReference.isFun
override val isValue: Boolean
get() = state.classReference.isInline
get() = state.classReference.isValue
override fun isInstance(value: Any?): Boolean {
verify(value is State) { "Cannot interpret `isInstance` method for $value" }