0656f1f0e0
All tests pass, but it does not mean nothing is broken.
4 lines
61 B
Kotlin
4 lines
61 B
Kotlin
import java.util.List
|
|
|
|
fun <P> listOfT(list: List<P>) = list
|