blob: 2f133f61372b7be40b39d3d68f8b4292944e610b [file] [log] [blame]
package test
class ClassParamUsedInFun<T> {
fun f(t: T): Int = 1
}