compiler/testData/compileJavaAgainstKotlin/method/ListOfT.kt (
2
lines of code) (
raw
):
package test fun <P> listOfT(list: List<P>) = list