package test class ClassParamUsedInFun { fun f(t: T): Int = 1 }