8 lines
108 B
Kotlin
Vendored
8 lines
108 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
import kotlin.text.Regex
|
|
|
|
fun foo() {
|
|
<caret>Regex.escape("")
|
|
} |