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