ec29e06115
- refactoring for auto import tests
13 lines
169 B
Kotlin
13 lines
169 B
Kotlin
package first
|
|
|
|
import java.util.ArrayList
|
|
|
|
fun firstFun() {
|
|
val a = ArrayList<Int>()
|
|
a.toLinke<caret>
|
|
}
|
|
|
|
// RUNTIME: 1
|
|
// TIME: 1
|
|
// EXIST: toLinkedList
|
|
// NUMBER: 1 |