Files
kotlin-fork/compiler/testData/codegen/bytecodeText
Georgy Bronnikov 076272f7ca FIR2IR: avoid descriptors computing hashCode
When synthesizing the hashCode function for data classes, descriptors
were used, in partcular, memberScope for primitive classes.
IrBasedDescriptors have no member scope, so we compute the hashCode
function based on IR structures.
2020-12-23 18:50:52 +03:00
..
2020-01-20 16:00:36 +01:00
2020-10-01 17:49:02 +03:00
2020-10-28 11:43:25 +03:00
2020-06-18 12:22:53 +03:00