blob: 699c63f968bdc87334f9bcef7019092c951d205e [file]
// RUN_PIPELINE_TILL: BACKEND
inline fun <reified T : Any> foo(t: T): T {
val klass = T::class.java
return t
}
/* GENERATED_FIR_TAGS: classReference, functionDeclaration, inline, localProperty, propertyDeclaration, reified,
typeConstraint, typeParameter */