[FIR] KT-57655: Add the missing condition
^KT-57655 Fixed
This commit is contained in:
committed by
Space Team
parent
c4d5332251
commit
931894ab3c
+6
-6
@@ -2402,12 +2402,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/genericValOnLHS.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kCallableNameIntrinsic.kt")
|
||||
public void testKCallableNameIntrinsic() throws Exception {
|
||||
@@ -36713,6 +36707,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inUnsignedDownTo.kt")
|
||||
public void testInUnsignedDownTo() throws Exception {
|
||||
|
||||
+6
-6
@@ -2456,12 +2456,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/genericValOnLHS.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kCallableNameIntrinsic.kt")
|
||||
public void testKCallableNameIntrinsic() throws Exception {
|
||||
@@ -37055,6 +37049,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inUnsignedDownTo.kt")
|
||||
public void testInUnsignedDownTo() throws Exception {
|
||||
|
||||
+6
-6
@@ -2456,12 +2456,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/genericValOnLHS.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kCallableNameIntrinsic.kt")
|
||||
public void testKCallableNameIntrinsic() throws Exception {
|
||||
@@ -37055,6 +37049,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inUnsignedDownTo.kt")
|
||||
public void testInUnsignedDownTo() throws Exception {
|
||||
|
||||
+6
-6
@@ -2456,12 +2456,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/genericValOnLHS.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/bound/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kCallableNameIntrinsic.kt")
|
||||
public void testKCallableNameIntrinsic() throws Exception {
|
||||
@@ -37055,6 +37049,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionNamedArg.kt")
|
||||
public void testImplicitIntegerCoercionNamedArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inUnsignedDownTo.kt")
|
||||
public void testInUnsignedDownTo() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user