package test open class ToResolve(f : (Int) -> Int) fun testFun(a : Int) = 12 class TestSome

{ default object : ToResolve<P>({testFun(it)}) { } }