Better completion for static members: special behavior in case of imports from same class exist
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import kotlin.text.Regex.Companion.fromLiteral
|
||||
|
||||
fun foo() {
|
||||
escape<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// ELEMENT_TEXT: "Regex.escapeReplacement"
|
||||
Reference in New Issue
Block a user