Find Usages: Skip overriden descriptors which have no corresponding declaration (EA-58371)
This commit is contained in:
@@ -418,6 +418,11 @@ public class JetFindUsagesTestGenerated extends AbstractJetFindUsagesTest {
|
||||
doTest("idea/testData/findUsages/kotlin/findFunctionUsages/kotlinTopLevelMethodUsagesNoImport.0.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("synthesizedFunction.0.kt")
|
||||
public void testSynthesizedFunction() throws Exception {
|
||||
doTest("idea/testData/findUsages/kotlin/findFunctionUsages/synthesizedFunction.0.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("usagesOfBaseForFunction.0.kt")
|
||||
public void testUsagesOfBaseForFunction() throws Exception {
|
||||
doTest("idea/testData/findUsages/kotlin/findFunctionUsages/usagesOfBaseForFunction.0.kt");
|
||||
|
||||
Reference in New Issue
Block a user