33e6a85a2d
We exclude testData pattern from copyright scope
3 lines
116 B
Kotlin
Vendored
3 lines
116 B
Kotlin
Vendored
// WITH_STDLIB
|
|
fun <From, To> copyNotNull(from: List<From>, to: List<To>) where From : To, <expr>To</expr> : Any {
|
|
} |