Files
kotlin-fork/compiler/testData/diagnostics/tests
Brian Norman bb6f466162 [FIR] Do not smartcast class delegation implemented properties
When a property is implemented via class delegation, it should be
considered unstable for smart-casting. This is because it is unknown
what kind of stability the underlying class delegate property has. It
could be a stable property, or it could be implemented via a custom
getter and unstable.

^KT-57417 Fixed
2024-01-29 14:20:11 +00:00
..
2024-01-12 08:08:20 +00:00
2023-10-24 20:59:56 +00:00
2023-10-02 14:37:00 +00:00
2024-01-05 14:15:06 +00:00
2024-01-17 11:31:26 +00:00