[FIR] KT-57655: Add the missing condition

^KT-57655 Fixed
This commit is contained in:
Nikolay Lunyak
2023-04-20 10:23:55 +03:00
committed by Space Team
parent c4d5332251
commit 931894ab3c
21 changed files with 237 additions and 122 deletions
@@ -2575,12 +2575,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
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 {
@@ -41245,6 +41239,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
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 {
@@ -2637,12 +2637,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
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 {
@@ -42267,6 +42261,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
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 {
@@ -2544,12 +2544,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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 {
@@ -40734,6 +40728,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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 {
@@ -2606,12 +2606,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
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 {
@@ -41756,6 +41750,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
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 {