Fix completion for top level non-imported functions

This commit is contained in:
Natalia.Ukhorskaya
2013-01-11 11:45:23 +04:00
parent fe685633b0
commit 0f2fa6bade
15 changed files with 210 additions and 124 deletions
@@ -0,0 +1,11 @@
package testing
fun someFun() {
defaultDocumentBuilderFa<caret>
}
// Important: This test checks that completion will find top level functions from jars.
// If you going to update it make sure that methods are not auto-imported
// RUNTIME: 1
// EXIST: defaultDocumentBuilderFactory