[Tests] Reproduce current behavior of operator/infix resolution

#KT-66504
#KT-66453
#KT-58260
This commit is contained in:
Kirill Rakhman
2024-03-12 13:19:18 +01:00
committed by Space Team
parent f288163cbc
commit 9f750d3036
7 changed files with 190 additions and 0 deletions
@@ -32066,6 +32066,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/resolve/objectLiteralAsArgument.kt");
}
@Test
@TestMetadata("operatorAndInfixResolve.kt")
public void testOperatorAndInfixResolve() {
runTest("compiler/testData/diagnostics/tests/resolve/operatorAndInfixResolve.kt");
}
@Test
@TestMetadata("parameterAsDefaultValueInLocalFunction.kt")
public void testParameterAsDefaultValueInLocalFunction() {
@@ -32066,6 +32066,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/resolve/objectLiteralAsArgument.kt");
}
@Test
@TestMetadata("operatorAndInfixResolve.kt")
public void testOperatorAndInfixResolve() {
runTest("compiler/testData/diagnostics/tests/resolve/operatorAndInfixResolve.kt");
}
@Test
@TestMetadata("parameterAsDefaultValueInLocalFunction.kt")
public void testParameterAsDefaultValueInLocalFunction() {