Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/method/ListOfT.txt
T
2015-06-01 19:23:07 +03:00

11 lines
233 B
Plaintext
Vendored

package test
internal fun </*0*/ P> listOfT(/*0*/ kotlin.List<P>): kotlin.List<P>
public/*package*/ open class ListOfT {
public/*package*/ constructor ListOfT()
// Static members
public open fun check(): kotlin.Unit
}