miha-x64
inline fun <reified T> foo() = when(T::class) { String::class -> "String" Boolean::class -> "Boolean" }