Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/tpAsReified/InlineableReified.txt
T
Denis Zharkov b3691b7358 Frontend changes for reified type parameters
Allowing reified only for inline functions and Intrinsics
2014-11-13 20:56:09 +03:00

5 lines
198 B
Plaintext

package
kotlin.inline() internal fun </*0*/ T1, /*1*/ reified T2> bar(/*0*/ x: T1, /*1*/ y: T2): T2
internal fun box(): kotlin.Unit
kotlin.inline() internal fun </*0*/ reified R> foo(/*0*/ z: R): R