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

7 lines
124 B
Kotlin
Vendored

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