FIR2IR: generate synthetic members for data class only if needed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
acced52384
commit
07add635eb
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
data class A(val x: Int) {
|
||||
override fun hashCode(): Int = -3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user