Files
2020-03-19 09:51:01 +03:00

4 lines
88 B
Kotlin
Vendored

inline fun <reified T : Any> foo(t: T): T {
val klass = T::class.java
return t
}