Adjust testData

Standard JDK collections purely implement kotlin.Mutable* with non-platform arguments
This commit is contained in:
Denis Zharkov
2015-07-03 16:22:24 +03:00
parent 8b49a1d660
commit 151231ef1a
9 changed files with 64 additions and 62 deletions
+2
View File
@@ -1,4 +1,6 @@
// ERROR: Unresolved reference: LinkedList
// ERROR: None of the following functions can be called with the arguments supplied: public open fun add(e: kotlin.Any): kotlin.Boolean defined in java.util.ArrayList public open fun add(index: kotlin.Int, element: kotlin.Any): kotlin.Unit defined in java.util.ArrayList
// ERROR: None of the following functions can be called with the arguments supplied: public open fun add(e: kotlin.Any): kotlin.Boolean defined in java.util.ArrayList public open fun add(index: kotlin.Int, element: kotlin.Any): kotlin.Unit defined in java.util.ArrayList
import java.util.*
public class Lists {