K2: generate Unit conversion for indexed assignment at raw FIR stage
#KT-59748 Fixed
This commit is contained in:
committed by
Space Team
parent
1832413a02
commit
f20e2dec31
+6
@@ -13679,6 +13679,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/fir/falsePositiveBoundSmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("listAssignmentInWhen.kt")
|
||||
public void testListAssignmentInWhen() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/listAssignmentInWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localInvokeExtension.kt")
|
||||
public void testLocalInvokeExtension() throws Exception {
|
||||
|
||||
+6
@@ -13679,6 +13679,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/fir/falsePositiveBoundSmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("listAssignmentInWhen.kt")
|
||||
public void testListAssignmentInWhen() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/listAssignmentInWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localInvokeExtension.kt")
|
||||
public void testLocalInvokeExtension() throws Exception {
|
||||
|
||||
+6
@@ -13679,6 +13679,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/fir/falsePositiveBoundSmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("listAssignmentInWhen.kt")
|
||||
public void testListAssignmentInWhen() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/listAssignmentInWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localInvokeExtension.kt")
|
||||
public void testLocalInvokeExtension() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user