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
@@ -1,7 +1,6 @@
package test.regressions.kt1149
import java.util.ArrayList
import kotlin.util.*
public interface SomeTrait {
fun foo()
@@ -2,8 +2,6 @@ package foo
import java.util.*;
import kotlin.util.*
fun box() : String {
val a = ArrayList<Int>();
a.add(1)