Files
kotlin-fork/compiler
Pavel Kirpichenkov c5893913f3 [NI] Remove lambda coersion to Unit in case of error return type(s)
Coersion to Unit from error type leads to misleading type mismatches:
"expected <expected lambda return type> found Unit", despite no user-provided Unit / empty lambda.
These diagnostics were collected, but not reported before, and that had been disguising the issue for a while.

KT-34729 Fixed
2020-01-23 13:18:50 +03:00
..
2020-01-19 12:01:53 +03:00
2020-01-02 10:31:00 +01:00
2020-01-22 14:52:45 +03:00
2020-01-22 00:12:03 +03:00