Files
kotlin-fork/idea/testData/quickfix.special/deprecatedSymbolUsage/memberInCompiledClass.kt.after
T
2015-08-19 18:06:31 +03:00

7 lines
123 B
Plaintext
Vendored

// "Replace with 'matches(input)'" "true"
import kotlin.text.Regex
fun foo(regex: Regex) {
regex.<caret>matches("")
}