1fd0578b9e
#KT-8525 Fixed
7 lines
123 B
Plaintext
Vendored
7 lines
123 B
Plaintext
Vendored
// "Replace with 'matches(input)'" "true"
|
|
|
|
import kotlin.text.Regex
|
|
|
|
fun foo(regex: Regex) {
|
|
regex.<caret>matches("")
|
|
} |