Files
kotlin-fork/compiler/testData/diagnostics/tests/inference
Denis.Zharkov 5afebb4e78 FIR: Transform synthetic calls children even without incomplete candidate
It might be necessary for cases like
run @l1{
   run {
      if (...) return@l1 1
   }
}

"if" is a synthetic call, but without candidate since there's just one branch
But return@l1 1 is incomplete because it's resolved in dependent context
and "1" is hang incomplete integer literal
2021-01-21 18:53:03 +03:00
..
2019-02-07 13:27:05 +03:00
2019-02-21 12:04:23 +03:00
2020-04-20 04:10:37 +03:00
2020-04-20 04:10:37 +03:00
2020-10-22 12:17:26 +03:00