[NI] remove redundant replacing receiver in lambda function descriptor

#KT-30927 Fixed
#KT-31057 Fixed
This commit is contained in:
Dmitriy Novozhilov
2019-04-16 16:02:10 +03:00
parent 2fe900d915
commit 642f8ecaf8
7 changed files with 93 additions and 3 deletions
@@ -19616,6 +19616,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/smartCasts/kt30826.kt");
}
@TestMetadata("kt30927.kt")
public void testKt30927() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/kt30927.kt");
}
@TestMetadata("kt3224.kt")
public void testKt3224() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/kt3224.kt");