1b28604268
in completion, js tests
14 lines
278 B
Kotlin
14 lines
278 B
Kotlin
package first
|
|
|
|
import java.util.ArrayList
|
|
|
|
fun firstFun() {
|
|
val a = ArrayList<Int>()
|
|
a.toLinke<caret>
|
|
}
|
|
|
|
// RUNTIME: 1
|
|
// TIME: 1
|
|
// EXIST: toLinkedList@toLinkedList()~for jet.Iterable<T> in kotlin
|
|
// EXIST: toLinkedList@toLinkedList()~for T? in kotlin.nullable
|
|
// NUMBER: 2 |