Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/staticMembers/ImportFromCompanionObject.kt
T

9 lines
147 B
Kotlin
Vendored

import kotlin.text.Regex.Companion.fromLiteral
fun foo() {
escape<caret>
}
// INVOCATION_COUNT: 1
// ELEMENT_TEXT: "Regex.escapeReplacement"