FIR2IR: change origin & operator flag in data classes making them closer to K1

Related to KT-54887
This commit is contained in:
Mikhail Glukhikh
2023-05-11 11:28:14 +02:00
committed by Space Team
parent 5d35bfd88d
commit 1ba900be44
58 changed files with 427 additions and 425 deletions
@@ -10,7 +10,7 @@ value class Z {
field = s
get
override fun equals(other: Any?): Boolean {
override operator fun equals(other: Any?): Boolean {
when {
other !is Z -> return false
}