Files
kotlin-fork/compiler/testData/codegen/box
pyos 63b0708ed5 FIR CFG: join/unify data flow from postponed lambdas at each level
For example:

    foo(
        // `if` joins A & B
        if (condition)
            run { ... } // A
        else
            run { ... }, // B
        run { ... } // C
    ) // `foo` unifies `A & B` and `C`, so if it is not resolved itself,
      // further `if`s, `when`s, safe calls outside it, etc. continue
      // building the correct type predicate until the next completed
      // call.

^KT-44512 Fixed
2022-06-15 20:05:49 +00:00
..
2022-04-27 19:50:27 +00:00
2022-03-08 14:19:37 +01:00
2021-12-29 17:07:03 +00:00
2022-02-25 11:46:27 +00:00
2021-12-29 17:07:03 +00:00
2022-02-24 15:20:14 +03:00
2022-01-26 23:40:41 +03:00
2022-03-08 14:19:37 +01:00