2 lines
92 B
Kotlin
Vendored
2 lines
92 B
Kotlin
Vendored
inline fun <reified T> functionWithParamAnnotation(<expr>@Suppress("s")</expr> t: T): T = t
|