[FIR] KT-56723: Ensure safe access over non-expressions is always Unit
^KT-56723 Fixed
This commit is contained in:
committed by
Space Team
parent
a8370ea994
commit
be5850112a
+6
@@ -39842,6 +39842,12 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/unit/kt51036.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56723.kt")
|
||||
public void testKt56723() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unit/kt56723.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullableUnit.kt")
|
||||
public void testNullableUnit() throws Exception {
|
||||
|
||||
+6
@@ -39344,6 +39344,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/unit/kt51036.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56723.kt")
|
||||
public void testKt56723() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unit/kt56723.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullableUnit.kt")
|
||||
public void testNullableUnit() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user