Add null checks in constructors taking value class types

^KT-53492: Fixed
This commit is contained in:
vladislav.grechko
2022-11-22 16:13:43 +01:00
committed by teamcity
parent cd6e865fb3
commit 50e92d2238
6 changed files with 111 additions and 45 deletions
@@ -32585,6 +32585,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/notNullAssertions/callAssertions.kt");
}
@Test
@TestMetadata("constructorWithMangledParams.kt")
public void testConstructorWithMangledParams() throws Exception {
runTest("compiler/testData/codegen/box/notNullAssertions/constructorWithMangledParams.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@Test
@TestMetadata("definitelyNotNullTypes.kt")
public void testDefinitelyNotNullTypes() throws Exception {