KT-8623 Completion get in the way when function as declared
#KT-8623 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun Any.`as`(s: String): String{}
|
||||
|
||||
fun foo(p: Any) {
|
||||
p as<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// ELEMENT: *
|
||||
// CHAR: ' '
|
||||
Reference in New Issue
Block a user