[FIR] Freeze the current behavior of ImplicitIntegerCoercion+overloads
Adding the tests "just in case", ensuring the K2 behaves similar to K1.
This commit is contained in:
committed by
Space Team
parent
931894ab3c
commit
f3ca465647
+6
@@ -33997,6 +33997,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/unsignedTypes/conversions/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionOverloading.kt")
|
||||
public void testImplicitIntegerCoercionOverloading() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/unsignedTypes/conversions/implicitIntegerCoercionOverloading.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inferenceForSignedAndUnsignedTypes.kt")
|
||||
public void testInferenceForSignedAndUnsignedTypes() throws Exception {
|
||||
|
||||
+6
@@ -33997,6 +33997,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/unsignedTypes/conversions/implicitIntegerCoercionNamedArg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitIntegerCoercionOverloading.kt")
|
||||
public void testImplicitIntegerCoercionOverloading() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/unsignedTypes/conversions/implicitIntegerCoercionOverloading.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inferenceForSignedAndUnsignedTypes.kt")
|
||||
public void testInferenceForSignedAndUnsignedTypes() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user