Files
kotlin-fork/compiler/testData/diagnostics/tests
Pavel Kirpichenkov cb0b44273d [NI] Check stub types in result type
An uninferred parameter stub may leak through calculation of CST(Inv<Uninferred Stub>, Nothing) into a result type.
A stub type in the result type means a type error. So we can afford recalculating
CST with stub-containing types filtered out, since its an error anyway.
This prevents stub types leakages and helps with reporting type error diagnostics.

KT-35914 Fixed
KT-35943 Fixed
2020-01-20 11:11:31 +03:00
..
2020-01-10 10:23:50 +03:00
2020-01-15 14:39:40 +03:00
2019-12-26 15:08:51 +03:00
2019-12-19 19:31:32 +03:00
2017-05-15 11:24:35 +03:00
2017-05-15 11:24:35 +03:00
2017-01-16 17:25:13 +03:00