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

6 lines
132 B
Plaintext
Vendored

package
public inline fun </*0*/ reified T> f(): T
public fun </*0*/ T> id(/*0*/ p: T): T
public fun </*0*/ A> main(): kotlin.Unit