Files
kotlin-fork/compiler/testData/codegen/box
Kirill Rakhman 1f0e6321b0 [FIR2IR] Use companion as bound receiver if expected type requires it
A::foo is preferably resolved as an unbound reference to A.foo, however
if A.Companion is a subtype of A and the expected type has one fewer
parameter than the type of the unbound reference, generate a bound
reference with the companion as receiver.

^KT-56519 Fixed
2023-03-02 10:55:46 +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-20 08:40:32 +00:00
2023-02-28 10:19:15 +00:00