9 lines
147 B
Kotlin
Vendored
9 lines
147 B
Kotlin
Vendored
import kotlin.text.Regex.Companion.fromLiteral
|
|
|
|
fun foo() {
|
|
escape<caret>
|
|
}
|
|
|
|
// INVOCATION_COUNT: 1
|
|
// ELEMENT_TEXT: "Regex.escapeReplacement"
|