mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-130264 Completion for super methods of containing class
explicitly qualify lookup item presentation
This commit is contained in:
+5
-1
@@ -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 {}"
|
||||
|
||||
Reference in New Issue
Block a user