Files
kotlin-fork/compiler/testData/diagnostics/tests
Evgeniy.Zhelenskiy 931f2eab58 [FIR] Remove implicit coercion of ifs and whens to Unit
The rule of thumb is the following:
If the `if` and `when` can be successfully replaced with `while`,
then it is used as a statement, otherwise, it is used as an expression.

#KT-59883
2024-02-21 15:04:03 +00:00
..
2023-10-24 20:59:56 +00:00
2023-10-02 14:37:00 +00:00
2024-01-05 14:15:06 +00:00
2024-01-17 11:31:26 +00:00