Fix testData after deprecated toLinkedList and joinToString were dropped.

This commit is contained in:
Ilya Gorbunov
2015-11-25 02:18:21 +03:00
parent 229504f42d
commit 1be4f795ed
2 changed files with 3 additions and 14 deletions
@@ -1,12 +1,12 @@
package first
import java.util.ArrayList
import java.util.HashMap
fun firstFun() {
val a = ArrayList<Int>()
val a = HashMap<Int, String>()
a.toLinke<caret>
}
// INVOCATION_COUNT: 1
// EXIST: { lookupString:"toLinkedList", itemText:"toLinkedList", tailText:"() for Iterable<T> in kotlin" }
// EXIST: { lookupString:"toLinkedMap", itemText:"toLinkedMap", tailText:"() for Map<K, V> in kotlin" }
// NOTHING_ELSE