IDEA-130264 Completion for super methods of containing class

explicitly qualify lookup item presentation
This commit is contained in:
peter
2015-10-26 16:20:46 +01:00
parent e4c98f7090
commit 1258c73ef0
2 changed files with 20 additions and 8 deletions
@@ -1040,7 +1040,11 @@ public class ListUtils {
doTest()
}
public void testOuterSuperMethodCall() { doTest('\n') }
public void testOuterSuperMethodCall() {
configure()
assert 'Class2.super.put' == LookupElementPresentation.renderElement(myItems[0]).itemText
type '\n'
checkResult() }
public void testTopLevelClassesFromPackaged() throws Throwable {
myFixture.addClass "public class Fooooo {}"