10 lines
208 B
Plaintext
Vendored
10 lines
208 B
Plaintext
Vendored
// INTENTION_TEXT: "Add import for 'kotlin.text.Regex.Companion.escape'"
|
|
// WITH_RUNTIME
|
|
|
|
import kotlin.text.Regex
|
|
import kotlin.text.Regex.Companion.escape
|
|
|
|
fun foo() {
|
|
<caret>escape("")
|
|
escape("")
|
|
} |