Add null checks in constructors taking value class types
^KT-53492: Fixed
This commit is contained in:
committed by
teamcity
parent
cd6e865fb3
commit
50e92d2238
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user