Files
kotlin-fork/idea/testData/quickfix.special/deprecatedMemberInCompiledClass.kt.after
T
2015-07-13 19:41:42 +03:00

7 lines
123 B
Plaintext
Vendored

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