Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/tpAsReified/Conventions.txt
T
Alexey Tsvetkov 1e2256207c Update test data
2015-10-19 20:45:02 +03:00

6 lines
210 B
Plaintext
Vendored

package
public fun </*0*/ A> main(/*0*/ tp: A, /*1*/ any: kotlin.Any): kotlin.Unit
public operator inline fun </*0*/ reified T> T.invoke(): T
public operator inline fun </*0*/ reified T> T.plus(/*0*/ p: T): T