Completion for top-level functions from class and jar files.

This commit is contained in:
Nikolay Krasko
2012-03-11 15:21:37 +04:00
parent ef6461c4d2
commit fba492c492
6 changed files with 115 additions and 54 deletions
@@ -0,0 +1,11 @@
package testing
fun someFun() {
measureTime<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: measureTimeNano, measureTimeMillis