Sort list of declarations suggested for auto-import by proximity

#KT-2050 Fixed
This commit is contained in:
Alexey Sedunov
2014-09-11 16:34:32 +04:00
parent 650c9c6da5
commit 424c086ba3
6 changed files with 85 additions and 12 deletions
@@ -0,0 +1,10 @@
// "Import" "true"
// ERROR: Unresolved reference: Delegates
// WITH_RUNTIME
package testing
import some.Delegates
fun foo() {
val d = <caret>Delegates()
}