26ec7ec296
The new testdata seems to be more correct or just different ^KTIJ-23268
3 lines
266 B
Plaintext
Vendored
3 lines
266 B
Plaintext
Vendored
Resolved to:
|
|
0: (in kotlin.collections) inline fun <T> MutableList(size: kotlin.Int, init: (kotlin.Int) -> T): kotlin.collections.MutableList<T>
|
|
1: (in kotlin.collections) interface MutableList<E> : kotlin.collections.List<E>, kotlin.collections.MutableCollection<E> |