Fix testData: import became not required.

This commit is contained in:
Ilya Gorbunov
2015-12-01 04:32:46 +03:00
parent 42565129ee
commit 09191622e5
@@ -1,5 +1,3 @@
import kotlin.text.Regex
fun foo() {
Regex.fromLiteral(<caret>)
}