K2: Approximate ILT in vararg expressions properly #KT-57487 Fixed
This commit is contained in:
committed by
Space Team
parent
dead2c8be8
commit
70c5978add
Generated
+6
@@ -2323,6 +2323,12 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
|
||||
public void testVarInInit() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/VarInInit.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("VarargIntegerLiteral.kt")
|
||||
public void testVarargIntegerLiteral() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/VarargIntegerLiteral.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -2323,6 +2323,12 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
|
||||
public void testVarInInit() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/VarInInit.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("VarargIntegerLiteral.kt")
|
||||
public void testVarargIntegerLiteral() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/VarargIntegerLiteral.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -2323,6 +2323,12 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
|
||||
public void testVarInInit() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/VarInInit.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("VarargIntegerLiteral.kt")
|
||||
public void testVarargIntegerLiteral() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/VarargIntegerLiteral.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user