JVM_IR KT-50076 don't null check moved dispatch receiver parameter

This commit is contained in:
Dmitry Petrov
2021-12-09 13:28:28 +03:00
committed by Space
parent b1d1f87318
commit 94bb465e62
5 changed files with 30 additions and 1 deletions
@@ -3962,6 +3962,12 @@ public class FirBytecodeTextTestGenerated extends AbstractFirBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/interfaces/noAnyMethodsOnInterfaceInheritance.kt");
}
@Test
@TestMetadata("noNullCheckOnThisInDefaultMethod.kt")
public void testNoNullCheckOnThisInDefaultMethod() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/interfaces/noNullCheckOnThisInDefaultMethod.kt");
}
@Test
@TestMetadata("noPrivateMemberInJavaInterface.kt")
public void testNoPrivateMemberInJavaInterface() throws Exception {