10 lines
213 B
Plaintext
Vendored
10 lines
213 B
Plaintext
Vendored
import kotlin.text.Regex.Companion.escapeReplacement
|
|
import kotlin.text.Regex.Companion.fromLiteral
|
|
|
|
fun foo() {
|
|
escapeReplacement(<caret>)
|
|
}
|
|
|
|
// INVOCATION_COUNT: 1
|
|
// ELEMENT_TEXT: "Regex.escapeReplacement"
|