Ordering items in smart completion for 'it'
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user