Basic completion shows items from smart completion after "as" + do not insert any tail in basic completion
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class Xx1
|
||||
class Xx2
|
||||
class Xx3
|
||||
|
||||
fun foo(xx: Xx2){}
|
||||
|
||||
fun bar(o: Any) {
|
||||
foo(o as Xx<caret>)
|
||||
}
|
||||
|
||||
// ORDER: Xx2
|
||||
// ORDER: Xx1
|
||||
// ORDER: Xx3
|
||||
Reference in New Issue
Block a user