Drop deprecations: text and system

Fix import in testData
Fix testData: replace removed method.
This commit is contained in:
Ilya Gorbunov
2016-01-19 21:34:16 +03:00
parent 8bf638c60f
commit 2257fa36ec
11 changed files with 3 additions and 75 deletions
@@ -3,5 +3,5 @@
import kotlin.text.Regex
fun foo(regex: Regex) {
regex.<caret>hasMatch("")
regex.<caret>containsMatchIn("")
}