mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
completion in empty autopopup phase fixed
This commit is contained in:
@@ -623,4 +623,12 @@ public interface Test {
|
||||
|
||||
}
|
||||
|
||||
public void testExplicitCompletionOnEmptyAutopopup() {
|
||||
myFixture.configureByText("a.java", "<caret>")
|
||||
type 'cccccc'
|
||||
myFixture.completeBasic()
|
||||
joinCompletion()
|
||||
assert !lookup
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user