Files
kotlin-fork/compiler/testData/codegen/box/callableReference/bound
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
..
2021-10-02 06:14:35 +00:00
2022-08-01 08:57:16 +00:00