mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
dots after package names shouldn't prevent from chained completion
This commit is contained in:
@@ -1233,4 +1233,11 @@ class Foo {{
|
||||
class Foo {{ Util.foo();<caret> }}'''
|
||||
}
|
||||
|
||||
public void testPackageQualifier() {
|
||||
myFixture.addClass("package com.too; public class Util {}")
|
||||
myFixture.configureByText 'a.java', 'class Foo { void foo(Object command) { <caret> }}'
|
||||
type 'com.t'
|
||||
assert myFixture.lookupElementStrings.containsAll(['too', 'command.toString'])
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user