Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/tpAsReified/InFunction.txt
T
2021-03-16 21:56:08 +03:00

7 lines
187 B
Plaintext
Vendored

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