NI. Coerce return type of lambda function descriptor to Unit. #KT-30242 Fixed

This commit is contained in:
Dmitriy Novozhilov
2019-03-06 11:34:47 +03:00
parent 77c98bef4d
commit cbf1d773f7
5 changed files with 115 additions and 5 deletions
@@ -9805,6 +9805,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/inference/coercionToUnit/indirectCoercionWithExpectedType.kt");
}
@TestMetadata("kt30242.kt")
public void testKt30242() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/coercionToUnit/kt30242.kt");
}
@TestMetadata("noCoercion.kt")
public void testNoCoercion() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/coercionToUnit/noCoercion.kt");