mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
11 lines
255 B
Plaintext
Vendored
11 lines
255 B
Plaintext
Vendored
package test
|
|
|
|
public fun </*0*/ P> listOfT(/*0*/ kotlin.collections.List<P>): kotlin.collections.List<P>
|
|
|
|
public/*package*/ open class ListOfT {
|
|
public/*package*/ constructor ListOfT()
|
|
|
|
// Static members
|
|
public open fun check(): kotlin.Unit
|
|
}
|