Completion for top-level functions from class and jar files - import quick fix

This commit is contained in:
Nikolay Krasko
2012-03-11 16:53:30 +04:00
parent fba492c492
commit efece992eb
7 changed files with 119 additions and 49 deletions
@@ -0,0 +1,6 @@
// "Import Class" "true"
package some
fun testFun() {
<caret>measureTimeNano()
}