Files
kotlin-fork/idea/testData/quickfix.special/deprecatedSymbolUsage/memberInCompiledClass.kt
T
Ilya Gorbunov 2257fa36ec Drop deprecations: text and system
Fix import in testData
Fix testData: replace removed method.
2016-01-22 05:54:38 +03:00

7 lines
131 B
Kotlin
Vendored

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