Denis.Zharkov
99448b77f3
FIR2IR: Imitate K1 behavior when SAM type has a bit different shape
...
See the relevant test at t/
estData/codegen/box/sam/contravariantIntersectionType.kt
After the previous commit, when generating a call for `doOnSuccess {}`,
we have a SAM type with removed projection Consumer<Any?>, while
real function type of the lambda is a bit different
(Function1<ConcreteType & ConcreteType2>).
While for me, that looks questionable, but in K1 it was effectively
resolved via the same implicit cast that on JVM is generated to an
INVOKEDYNAMIC that wraps initial function-typed value.
^KT-53552 Fixed
2023-02-20 14:54:09 +00:00
..
2022-12-14 21:46:41 +00:00
2022-12-12 11:39:04 +00:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2022-05-19 16:54:04 +00:00
2022-05-19 16:54:04 +00:00
2022-03-15 05:34:19 +00:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2021-10-12 17:26:36 +03:00
2021-06-16 21:16:43 +03:00
2021-09-23 06:59:33 +00:00
2022-12-14 21:46:41 +00:00
2022-12-02 21:54:18 +00:00
2022-03-30 06:27:59 +00:00
2021-01-23 10:56:36 +03:00
2021-01-23 10:56:36 +03:00
2022-12-14 21:46:41 +00:00
2022-02-15 08:40:28 +00:00
2022-09-13 16:45:06 +00:00
2022-02-15 08:40:28 +00:00
2022-02-15 08:40:28 +00:00
2022-12-14 21:46:41 +00:00
2022-12-14 21:46:41 +00:00
2022-12-14 21:46:41 +00:00
2021-11-17 15:26:38 +03:00
2022-12-14 21:46:41 +00:00
2022-03-15 05:34:19 +00:00
2021-03-02 19:11:21 +03:00
2022-03-15 05:34:19 +00:00
2021-10-12 17:26:36 +03:00
2023-02-02 08:24:50 +00:00
2022-07-12 12:22:34 +00:00
2022-07-12 12:22:34 +00:00
2022-07-12 12:22:34 +00:00
2022-07-12 12:22:34 +00:00
2022-03-15 05:34:19 +00:00
2021-10-12 17:26:36 +03:00
2022-09-13 16:45:06 +00:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2021-12-13 16:24:59 +03:00
2021-12-13 16:24:59 +03:00
2021-10-12 17:26:36 +03:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2022-03-15 05:34:19 +00:00
2021-10-25 21:21:42 +03:00
2022-03-15 05:34:19 +00:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2022-12-02 21:54:18 +00:00
2022-12-02 21:54:18 +00:00
2021-10-12 17:26:36 +03:00
2021-06-16 21:16:43 +03:00
2021-08-31 20:25:59 +02:00
2021-10-12 17:26:36 +03:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2023-01-25 12:31:34 +00:00
2023-01-25 12:31:34 +00:00
2023-01-25 12:31:34 +00:00
2022-12-14 21:46:41 +00:00
2022-12-14 21:46:41 +00:00
2021-10-12 17:26:36 +03:00
2021-02-08 14:28:27 +03:00
2021-02-08 14:28:27 +03:00
2022-03-15 05:34:19 +00:00
2021-02-20 10:59:22 +03:00
2022-03-15 05:34:19 +00:00
2021-10-12 17:26:36 +03:00
2023-01-25 12:31:35 +00:00
2021-11-09 21:04:38 +03:00
2021-11-09 21:04:38 +03:00
2021-11-09 21:04:38 +03:00
2021-11-09 21:04:38 +03:00
2022-03-30 06:27:59 +00:00
2021-12-09 13:26:41 +03:00
2021-12-09 13:26:40 +03:00
2022-12-14 21:46:41 +00:00
2021-01-29 10:50:22 +03:00
2022-03-15 05:34:19 +00:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2021-04-26 12:50:55 +03:00
2021-10-12 17:26:36 +03:00
2021-11-17 15:26:38 +03:00
2021-11-09 21:04:35 +03:00
2021-10-12 17:26:36 +03:00
2021-10-12 17:26:36 +03:00
2023-01-31 07:53:12 +00:00
2023-01-31 07:53:12 +00:00
2023-01-31 07:53:12 +00:00
2023-01-31 07:53:12 +00:00
2023-01-31 07:53:12 +00:00
2022-09-29 08:34:13 +00:00
2022-09-29 08:34:13 +00:00
2022-09-29 08:34:13 +00:00
2022-09-29 08:34:13 +00:00
2022-09-29 08:34:13 +00:00
2022-09-29 08:34:13 +00:00
2023-02-20 14:54:09 +00:00
2023-02-20 14:54:09 +00:00
2022-07-23 01:10:53 +02:00
2021-11-17 15:26:38 +03:00
2022-07-23 01:10:53 +02:00
2022-03-15 05:34:19 +00:00
2021-12-07 23:17:38 +03:00
2022-03-15 05:34:19 +00:00
2021-11-17 15:26:38 +03:00
2021-08-31 20:25:59 +02:00
2023-01-31 13:43:26 +00:00
2023-01-31 13:43:26 +00:00
2023-01-31 13:43:26 +00:00
2023-01-31 13:43:26 +00:00
2023-01-31 13:43:26 +00:00
2023-01-30 09:29:57 +00:00
2023-01-30 09:29:57 +00:00
2023-01-30 09:29:57 +00:00
2022-01-21 19:34:09 +03:00
2023-01-30 09:29:57 +00:00
2021-11-09 21:04:38 +03:00
2021-11-09 21:04:38 +03:00
2021-11-09 21:04:38 +03:00
2021-11-09 21:04:38 +03:00
2021-11-09 21:04:38 +03:00
2022-11-21 09:23:54 +00:00
2022-11-21 09:23:54 +00:00
2022-11-21 09:23:54 +00:00
2022-12-14 21:46:41 +00:00
2021-02-20 10:59:22 +03:00
2022-03-15 05:34:19 +00:00
2021-06-16 21:16:43 +03:00
2021-10-12 17:26:36 +03:00
2022-03-15 05:34:19 +00:00
2021-01-22 18:11:57 +03:00
2022-09-13 16:45:06 +00:00
2021-06-16 21:16:43 +03:00
2021-10-12 17:26:36 +03:00
2022-08-15 21:46:11 +00:00
2022-10-25 08:36:01 +00:00
2022-08-15 21:46:11 +00:00
2022-08-15 21:46:11 +00:00
2022-08-15 21:46:11 +00:00
2022-03-15 05:34:19 +00:00
2022-03-15 05:34:19 +00:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2022-12-14 21:46:41 +00:00
2021-01-29 10:50:22 +03:00
2022-03-15 05:34:19 +00:00
2021-11-17 15:26:38 +03:00
2020-12-22 12:05:31 +03:00
2022-03-15 05:34:19 +00:00
2021-03-02 19:11:21 +03:00
2022-03-15 05:34:19 +00:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2022-07-22 16:39:52 +00:00
2022-07-22 16:39:52 +00:00
2022-07-22 16:39:52 +00:00
2022-07-22 16:39:52 +00:00
2022-07-22 16:39:52 +00:00
2022-07-22 16:39:52 +00:00
2022-07-22 16:39:52 +00:00
2022-07-22 16:39:52 +00:00
2022-07-22 16:39:52 +00:00
2022-07-22 16:39:52 +00:00
2021-10-12 17:26:36 +03:00
2021-10-12 17:26:36 +03:00
2021-10-12 17:26:36 +03:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2021-11-26 19:39:48 +03:00
2021-11-26 19:39:48 +03:00
2021-10-12 17:26:36 +03:00
2021-06-16 21:16:43 +03:00
2021-10-12 17:26:36 +03:00
2022-06-21 07:39:03 +00:00
2021-12-07 23:17:38 +03:00
2021-10-12 17:26:36 +03:00
2021-10-12 17:26:36 +03:00
2021-10-12 17:26:36 +03:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2022-05-19 12:02:43 +02:00
2021-03-11 13:10:04 +03:00
2021-10-12 17:26:36 +03:00
2021-11-17 15:26:38 +03:00
2020-12-25 14:07:28 +03:00
2023-01-30 09:29:57 +00:00
2023-01-30 09:29:57 +00:00
2023-01-30 09:29:57 +00:00
2022-11-22 10:01:16 +00:00
2023-01-30 09:29:57 +00:00
2021-10-12 17:26:36 +03:00
2021-11-17 15:26:38 +03:00
2021-10-12 17:26:36 +03:00
2022-03-15 05:34:19 +00:00
2021-06-09 15:42:37 +03:00
2021-09-23 06:59:33 +00:00
2021-10-12 17:26:36 +03:00
2022-10-25 08:36:01 +00:00
2021-10-12 17:26:36 +03:00
2021-11-17 15:26:38 +03:00
2022-06-16 06:51:34 +00:00
2022-12-14 21:46:41 +00:00
2021-11-09 11:09:11 +03:00
2021-10-12 17:26:36 +03:00
2022-04-12 15:03:42 +00:00
2021-10-12 17:26:36 +03:00
2021-01-22 13:51:30 +03:00
2021-10-12 17:26:36 +03:00
2021-06-16 21:16:43 +03:00
2021-10-12 17:26:36 +03:00
2021-10-12 17:26:36 +03:00
2021-10-12 17:26:36 +03:00