Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/tpAsReified/NotInlineableReified.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

3 lines
97 B
Plaintext

package
internal fun </*0*/ T1, /*1*/ reified T2, /*2*/ T3, /*3*/ reified T4> foo(): kotlin.Unit