Files
kotlin-fork/compiler/testData/ir/irText/expressions
Dmitry Petrov d27593aeda PSI2IR: SAM conversion in method arguments of out-projected Java classes
It uses the same logic as an old back-end
(see SamType#createByValueParameter and genericSamProjectedOut.kt),
split into two parts:

1. When inserting SAM casts, use SamType#createByValueParamerer to get
the target SAM type.

2. When inserting implicit casts, cast SAM conversions as arguments of
methods of out-projected types to the original type of value parameter
instead of 'Nothing'.
2020-01-03 15:32:44 +03:00
..
2018-08-31 09:19:13 +03:00
2019-11-12 20:45:11 +03:00
2016-10-18 09:10:13 +03:00
2019-05-23 14:02:12 +03:00
2018-09-10 06:31:55 +03:00
2016-10-18 09:09:32 +03:00
2018-08-31 09:12:44 +03:00
2019-10-31 11:13:45 +03:00