[AA] allow navigation from '==' to the equals method of lhs
This commit is contained in:
+18
@@ -160,6 +160,18 @@ public class Fe10IdeNormalAnalysisSourceModuleReferenceResolveTestGenerated exte
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/EnumValues.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EqualsOperator.kt")
|
||||
public void testEqualsOperator() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/EqualsOperator.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EqualsOperatorNoInfix.kt")
|
||||
public void testEqualsOperatorNoInfix() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/EqualsOperatorNoInfix.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("explicitFunctionalInterfaceInvoke_globalVal.kt")
|
||||
public void testExplicitFunctionalInterfaceInvoke_globalVal() throws Exception {
|
||||
@@ -352,6 +364,12 @@ public class Fe10IdeNormalAnalysisSourceModuleReferenceResolveTestGenerated exte
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/NamedClassObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NotEqualsOperator.kt")
|
||||
public void testNotEqualsOperator() throws Exception {
|
||||
runTest("analysis/analysis-api/testData/referenceResolve/NotEqualsOperator.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PackageReference.kt")
|
||||
public void testPackageReference() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user