mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
11 lines
231 B
Plaintext
Vendored
11 lines
231 B
Plaintext
Vendored
package test
|
|
|
|
public 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
|
|
}
|