mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
inline method: do not check for inaccessibility if referenced member would be also inlined (IDEA-78941 )
This commit is contained in:
@@ -170,6 +170,10 @@ public class InlineMethodTest extends LightRefactoringTestCase {
|
||||
public void testSuperMethodInAnonymousClass() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testInlineAnonymousClassWithPrivateMethodInside() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
String name = getTestName(false);
|
||||
|
||||
Reference in New Issue
Block a user