147521d6cb
#KT-16118 Fixed #KT-30007 Fixed
5 lines
89 B
Plaintext
Vendored
5 lines
89 B
Plaintext
Vendored
import kotlin.collections.List as List1
|
|
|
|
// WITH_RUNTIME
|
|
fun foo(list: List1<String>) {}
|