[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
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user