Files
kotlin-fork/compiler/testData/diagnostics/tests/inference
Marco Pennekamp 2cdcdce6ed [LL FIR] KT-55327 Use body resolve return type calculator for locals
- LL FIR uses `ReturnTypeCalculatorWithJump` by default because it
  cannot guarantee that the implicit types of non-local functions
  referenced in a function `f` have been resolved during body resolve
  of `f`.
- However, if `ReturnTypeCalculatorWithJump` encountered a local
  function, it tried to resolve its return type even during body
  resolve of that same local function. The fix delegates to
  `ReturnTypeCalculatorForFullBodyResolve`, which should be used for
  local declarations.

^KT-55327 fixed
^KT-55324 fixed
2023-01-02 14:03:42 +01:00
..
2022-02-25 11:46:27 +00:00
2022-02-25 11:46:27 +00:00
2022-08-31 09:45:54 +00:00
2022-08-31 09:45:54 +00:00
2022-06-29 10:20:30 +02:00
2022-08-30 15:56:31 +00:00
2022-08-30 15:56:31 +00:00