Files
kotlin-fork/compiler/testData/codegen/box
Kirill Rakhman b476eee6e3 [FIR2IR] Simplify generation of bound callable reference receivers
Remove a bunch of custom logic to determine when a callable reference is
bound or not (and hence mustn't have a receiver). Instead, a helper
extension is introduced to determine when a callable reference is bound
by checking if dispatch/extensionReceiver is not FirNoReceiver and the
referenced member is not static.

#KT-57253 Fixed
2023-03-13 08:48:39 +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