2257fa36ec
Fix import in testData Fix testData: replace removed method.
7 lines
131 B
Kotlin
Vendored
7 lines
131 B
Kotlin
Vendored
// "Replace with 'matches(input)'" "true"
|
|
|
|
import kotlin.text.Regex
|
|
|
|
fun foo(regex: Regex) {
|
|
regex.<caret>containsMatchIn("")
|
|
} |