mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
method duplicates: correctly process qualifiers (IDEA-79954)
This commit is contained in:
@@ -89,4 +89,8 @@ public class FindMethodDuplicatesMiscTest extends FindMethodDuplicatesBaseTest {
|
||||
public void testSkipNotAccessible() throws Exception {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
public void testQualifiers() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user