Files
kotlin-fork/idea/testData/multiModuleQuickFix/makeInlineFromExpect/common/common.kt.after
T
2018-07-26 18:01:01 +03:00

4 lines
146 B
Plaintext
Vendored

// "Add 'inline' modifier" "true"
// ERROR: Only type parameters of inline functions can be reified
expect inline fun <reified T> inlineFun(t: T)