Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/tpAsReified/Conventions.txt
T
2018-01-16 15:42:02 +01:00

6 lines
210 B
Plaintext
Vendored

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