Drop deprecations: text and system
Fix import in testData Fix testData: replace removed method.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user