// "Add 'in' variance" "true" abstract class AbstractIn(private val foo: T) { fun bar(arg: T) = foo == arg }