Files
kotlin-fork/compiler/testData/codegen/box
Alexander Udalov 27cfcb9b3d IR: fix thisReceiver parameter type for function classes
Incorrect builder was used at line 269, which led to non-sensible type
in `IrClass.thisReceiver` for function types, such as
`SuspendFunction1<SuspendFunction1, SuspendFunction1>` in the linked
issue.

Avoid creating types manually completely to simplify this code and fix
the bug.

 #KT-49168 Fixed
2021-11-10 21:58:41 +01:00
..
2021-10-14 17:24:07 +03:00
2021-10-11 21:19:28 +03:00
2021-10-28 18:03:13 +03:00
2021-10-04 14:34:56 +00:00
2021-11-09 20:07:33 +01:00
2021-10-14 17:24:07 +03:00
2021-10-14 17:24:07 +03:00
2021-09-08 19:56:29 +03:00