mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
IDEA-67939 Smart completion completes private field from parent class inside a static inner inheritor
This commit is contained in:
@@ -1029,6 +1029,8 @@ public class SmartTypeCompletionTest extends LightFixtureCompletionTestCase {
|
||||
doFirstItemTest('\t');
|
||||
}
|
||||
|
||||
public void testNonStaticField() throws Exception { doAntiTest(); }
|
||||
|
||||
private void doActionTest() throws Exception {
|
||||
configureByTestName();
|
||||
checkResultByTestName();
|
||||
|
||||
Reference in New Issue
Block a user