package test public /*synthesized*/ fun Comparator(/*0*/ function: (T?, T?) -> kotlin.Int): test.Comparator public trait Comparator { public abstract fun compare(/*0*/ p0: T?, /*1*/ p1: T?): kotlin.Int }