IDEA-67939 Smart completion completes private field from parent class inside a static inner inheritor

This commit is contained in:
peter
2011-04-12 20:29:08 +02:00
parent ab638476d1
commit e83810e358
3 changed files with 23 additions and 1 deletions

View File

@@ -1029,6 +1029,8 @@ public class SmartTypeCompletionTest extends LightFixtureCompletionTestCase {
doFirstItemTest('\t');
}
public void testNonStaticField() throws Exception { doAntiTest(); }
private void doActionTest() throws Exception {
configureByTestName();
checkResultByTestName();