Files
kotlin-fork/compiler/testData/codegen/box
Kirill Rakhman e0baeb53db [FIR] Fix substituted synthetic property with overridden getter only
When building the original for a substitution override for a synthetic
property, use the initial setter as fallback when unsubstituting it
returns null. This can happen when a generic class overrides the getter
of a synthetic property of a non-generic class. Then the setter is never
substituted, therefore there is nothing to unsubstitute.

^KT-57168 Fixed
2023-03-08 08:35:02 +00:00
..
2022-08-01 08:57:16 +00:00
2023-02-21 16:22:26 +00:00
2023-02-05 16:37:13 +00:00
2023-02-28 10:19:15 +00:00