[FIR] Properly set isOperator flag for java functions
^KT-56875 Fixed
This commit is contained in:
committed by
Space Team
parent
df47581c5a
commit
244dbb37cf
+6
@@ -1083,6 +1083,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/callResolution/extensionInvokeAfterSafeCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("incorrectPlusOperatorFromJava.kt")
|
||||
public void testIncorrectPlusOperatorFromJava() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/callResolution/incorrectPlusOperatorFromJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("invokeAmbiguity.kt")
|
||||
public void testInvokeAmbiguity() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user