Ordering items in smart completion for 'it'

This commit is contained in:
Valentin Kipyatkov
2014-10-20 18:27:04 +04:00
parent f5f5b514d4
commit af883d9165
5 changed files with 36 additions and 11 deletions
@@ -0,0 +1,13 @@
fun foo(xx: String){}
fun bar(handler: (String) -> Unit){}
fun f() {
val v = ""
val xx = ""
bar { foo(<caret>) }
}
// ORDER: xx
// ORDER: it
// ORDER: v