// FIR_IDENTICAL // !CHECK_TYPE fun id(t: T) = t fun foo() { val i = id { 22 } //type inference error: no information for parameter i checkType { _<()->Int>() } }