[Tests] Reproduce current behavior of operator/infix resolution
#KT-66504 #KT-66453 #KT-58260
This commit is contained in:
committed by
Space Team
parent
f288163cbc
commit
9f750d3036
+6
@@ -29758,6 +29758,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
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() {
|
||||
|
||||
+6
@@ -29770,6 +29770,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user