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

7 lines
124 B
Kotlin
Vendored

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